Freigeben über


SfcInstance.GetPropertySet-Methode

Returns the set of properties for the SfcInstance object.

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

Syntax

'Declaration
Public Overridable Function GetPropertySet As ISfcPropertySet
'Usage
Dim instance As SfcInstance 
Dim returnValue As ISfcPropertySet 

returnValue = instance.GetPropertySet()
public virtual ISfcPropertySet GetPropertySet()
public:
virtual ISfcPropertySet^ GetPropertySet()
abstract GetPropertySet : unit -> ISfcPropertySet  
override GetPropertySet : unit -> ISfcPropertySet
public function GetPropertySet() : ISfcPropertySet

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
A ISfcPropertySet object.

Implementiert

ISfcPropertyProvider.GetPropertySet()

Siehe auch

Verweis

SfcInstance Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace