Metodo SfcInstance.GetPropertySet

Returns the set of properties for the SfcInstance object.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Overridable Function GetPropertySet As ISfcPropertySet
'Utilizzo
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

Valore restituito

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

Implementa

ISfcPropertyProvider.GetPropertySet()

Vedere anche

Riferimento

SfcInstance Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc