ISfcPropertyProvider Interface
Provides method that can be used to access the properties of the object. 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 ISfcPropertyProvider _
Inherits ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
'Usage
Dim instance As ISfcPropertyProvider
public interface ISfcPropertyProvider : ISfcNotifyPropertyMetadataChanged,
INotifyPropertyChanged
public interface class ISfcPropertyProvider : ISfcNotifyPropertyMetadataChanged,
INotifyPropertyChanged
type ISfcPropertyProvider =
interface
interface ISfcNotifyPropertyMetadataChanged
interface INotifyPropertyChanged
end
public interface ISfcPropertyProvider extends ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
The ISfcPropertyProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPropertySet | Gets the interface reference to the set of properties of this object. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from INotifyPropertyChanged.) | |
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. (Inherited from ISfcNotifyPropertyMetadataChanged.) |
Top