SqlSmoObject.ISfcPropertyProvider.GetPropertySet-Methode
Gets the interface reference to the set of properties of this object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Private Function GetPropertySet As ISfcPropertySet
Implements ISfcPropertyProvider.GetPropertySet
'Usage
Dim instance As SqlSmoObject
Dim returnValue As ISfcPropertySet
returnValue = CType(instance, ISfcPropertyProvider).GetPropertySet()
ISfcPropertySet ISfcPropertyProvider.GetPropertySet()
private:
virtual ISfcPropertySet^ GetPropertySet() sealed = ISfcPropertyProvider::GetPropertySet
private abstract GetPropertySet : unit -> ISfcPropertySet
private override GetPropertySet : unit -> ISfcPropertySet
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
An ISfcPropertySet object that can be used to access the set of properties of this object.
Implementiert
ISfcPropertyProvider.GetPropertySet()