Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Invoked whenever the effective value of any SfcInstance property is updated.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Overridable Sub OnPropertyValueChanges ( _
args As PropertyChangedEventArgs _
)
'Usage
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
)
Parameters
- args
Type: System.ComponentModel.PropertyChangedEventArgs
A PropertyChangedEventArgs object that specifies the property name.