Share via


Interface ISfcPropertyProvider

Provides method that can be used to access the properties of the object. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Interface ISfcPropertyProvider _
    Inherits ISfcNotifyPropertyMetadataChanged, INotifyPropertyChanged
'Utilisation
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

Le type ISfcPropertyProvider expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetPropertySet Gets the interface reference to the set of properties of this object. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged (hérité de INotifyPropertyChanged.)
Événement public PropertyMetadataChanged Occurs when the metadata for a property has changed. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcNotifyPropertyMetadataChanged.)

Haut de la page