Interface ISfcPropertyProvider
Provides method that can be used to access the properties of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Interface ISfcPropertyProvider _
Inherits ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
'Uso
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
O tipo ISfcPropertyProvider expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
GetPropertySet | Gets the interface reference to the set of properties of this object. |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | (Herdado de INotifyPropertyChanged.) | |
PropertyMetadataChanged | Occurs when the metadata for a property has changed. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. (Herdado de ISfcNotifyPropertyMetadataChanged.) |
Início