Partilhar via


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
Método público GetPropertySet Gets the interface reference to the set of properties of this object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Início

Eventos

  Nome Descrição
Evento público PropertyChanged (Herdado de INotifyPropertyChanged.)
Evento público 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