共用方式為


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
)

參數