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

请参阅

参考

SfcInstance 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间