Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the metadata for a property has changed. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Event PropertyMetadataChanged As EventHandler(Of SfcPropertyMetadataChangedEventArgs)
'Usage
Dim instance As ISfcNotifyPropertyMetadataChanged
Dim handler As EventHandler(Of SfcPropertyMetadataChangedEventArgs)
AddHandler instance.PropertyMetadataChanged, handler
event EventHandler<SfcPropertyMetadataChangedEventArgs> PropertyMetadataChanged
event EventHandler<SfcPropertyMetadataChangedEventArgs^>^ PropertyMetadataChanged {
void add (EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value);
void remove (EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value);
}
abstract PropertyMetadataChanged : IEvent<EventHandler<SfcPropertyMetadataChangedEventArgs>,
SfcPropertyMetadataChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.