Freigeben über


ISfcPropertyProvider-Schnittstelle

Provides method that can be used to access the properties of the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Der ISfcPropertyProvider-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetPropertySet Gets the interface reference to the set of properties of this object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged (Geerbt von INotifyPropertyChanged.)
Öffentliches Ereignis PropertyMetadataChanged Occurs when the metadata for a property has changed. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von ISfcNotifyPropertyMetadataChanged.)

Zum Anfang