Метод SfcInstance.GetPropertySet
Returns the set of properties for the SfcInstance object.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Overridable Function GetPropertySet As ISfcPropertySet
'Применение
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
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
A ISfcPropertySet object.
Реализует
ISfcPropertyProvider.GetPropertySet()