Interface ISfcPropertyProvider

Provides method that can be used to access the properties of the object. Ne faites pas directement référence à 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.

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 faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de ISfcNotifyPropertyMetadataChanged.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc