SfcInstance.OnPropertyValueChanges 메서드

Invoked whenever the effective value of any SfcInstance property is updated.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Protected Friend Overridable Sub OnPropertyValueChanges ( _
    args As PropertyChangedEventArgs _
)
‘사용 방법
Dim args As PropertyChangedEventArgs 

Me.OnPropertyValueChanges(args)
protected internal virtual void OnPropertyValueChanges(
    PropertyChangedEventArgs args
)
protected public:
virtual void OnPropertyValueChanges(
    PropertyChangedEventArgs^ args
)
abstract OnPropertyValueChanges : 
        args:PropertyChangedEventArgs -> unit  
override OnPropertyValueChanges : 
        args:PropertyChangedEventArgs -> unit
function OnPropertyValueChanges(
    args : PropertyChangedEventArgs
)

매개 변수

참고 항목

참조

SfcInstance 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스