SfcObjectExtender<TSfcInstance>.GetPropertySet 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Function GetPropertySet As ISfcPropertySet
用法
Dim instance As SfcObjectExtender 
Dim returnValue As ISfcPropertySet 

returnValue = instance.GetPropertySet()
public ISfcPropertySet GetPropertySet()
public:
virtual ISfcPropertySet^ GetPropertySet() sealed
abstract GetPropertySet : unit -> ISfcPropertySet  
override GetPropertySet : unit -> ISfcPropertySet
public final function GetPropertySet() : ISfcPropertySet

返回值

类型:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
Returns the collection of the properties.

实现

ISfcPropertyProvider.GetPropertySet()

请参阅

参考

SfcObjectExtender<TSfcInstance> 类

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