Metodo SfcInstance.OnPropertyValueChanges

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Friend Overridable Sub OnPropertyValueChanges ( _
    args As PropertyChangedEventArgs _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

SfcInstance Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc