ISfcNotifyPropertyMetadataChanged Interface
Defines an event that notifies clients when the metadata for a property metadata 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
Public Interface ISfcNotifyPropertyMetadataChanged
'Usage
Dim instance As ISfcNotifyPropertyMetadataChanged
public interface ISfcNotifyPropertyMetadataChanged
public interface class ISfcNotifyPropertyMetadataChanged
type ISfcNotifyPropertyMetadataChanged = interface end
public interface ISfcNotifyPropertyMetadataChanged
The ISfcNotifyPropertyMetadataChanged type exposes the following members.
Events
Name | Description | |
---|---|---|
PropertyMetadataChanged | Occurs when the metadata for a property has changed. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top