Condividi tramite


Interfaccia ISfcPropertyProvider

Provides method that can be used to access the properties of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Interface ISfcPropertyProvider _
    Inherits ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
'Utilizzo
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

Nel tipo ISfcPropertyProvider sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico GetPropertySet Gets the interface reference to the set of properties of this object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Ereditato da INotifyPropertyChanged.
Evento pubblico PropertyMetadataChanged Occurs when the metadata for a property has changed. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da ISfcNotifyPropertyMetadataChanged.

In alto