SfcInstance.GetPropertySet Método
Returns the set of properties for the SfcInstance object.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Overridable Function GetPropertySet As ISfcPropertySet
'Uso
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
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
A ISfcPropertySet object.
Implementa
ISfcPropertyProvider.GetPropertySet()