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.
Represents the event that occurs when property metadata changes.
This API is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Event PropertyMetadataChanged As EventHandler(Of SfcPropertyMetadataChangedEventArgs)
'Usage
Dim instance As SqlSmoObject
Dim handler As EventHandler(Of SfcPropertyMetadataChangedEventArgs)
AddHandler instance.PropertyMetadataChanged, handler
[CLSCompliantAttribute(false)]
public event EventHandler<SfcPropertyMetadataChangedEventArgs> PropertyMetadataChanged
[CLSCompliantAttribute(false)]
public:
virtual event EventHandler<SfcPropertyMetadataChangedEventArgs^>^ PropertyMetadataChanged {
void add (EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value);
void remove (EventHandler<SfcPropertyMetadataChangedEventArgs^>^ value);
}
[<CLSCompliantAttribute(false)>]
abstract PropertyMetadataChanged : IEvent<EventHandler<SfcPropertyMetadataChangedEventArgs>,
SfcPropertyMetadataChangedEventArgs>
[<CLSCompliantAttribute(false)>]
override PropertyMetadataChanged : IEvent<EventHandler<SfcPropertyMetadataChangedEventArgs>,
SfcPropertyMetadataChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.
Implements
ISfcNotifyPropertyMetadataChanged.PropertyMetadataChanged