Compartir a través de


Interfaz ISfcPropertyProvider

Provides method that can be used to access the properties of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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

El tipo ISfcPropertyProvider expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetPropertySet Gets the interface reference to the set of properties of this object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged (Se hereda de INotifyPropertyChanged.)
Evento público PropertyMetadataChanged Occurs when the metadata for a property has changed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de ISfcNotifyPropertyMetadataChanged.)

Arriba