SfcInstance.OnPropertyValueChanges メソッド

任意の SfcInstance プロパティの有効な値が更新されるたびに呼び出されます。

名前空間:  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 名前空間