Partager via


Méthode SfcInstance.OnPropertyValueChanges

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

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Friend Overridable Sub OnPropertyValueChanges ( _
    args As PropertyChangedEventArgs _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

SfcInstance Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc