Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This API is not CLS-compliant. The CLS-compliant alternative is PropertyMetadataChanged.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Protected Event propertyMetadataChanged As EventHandler(Of SfcPropertyMetadataChangedEventArgs)
'Usage
Dim handler As EventHandler(Of SfcPropertyMetadataChangedEventArgs)
AddHandler Me.propertyMetadataChanged, handler
[CLSCompliantAttribute(false)]
protected event EventHandler<SfcPropertyMetadataChangedEventArgs> propertyMetadataChanged
[CLSCompliantAttribute(false)]
protected:
event EventHandler<SfcPropertyMetadataChangedEventArgs^>^ propertyMetadataChanged {
void add (EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value);
void remove (EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value);
}
[<CLSCompliantAttribute(false)>]
member propertyMetadataChanged : IEvent<EventHandler<SfcPropertyMetadataChangedEventArgs>,
SfcPropertyMetadataChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.