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()