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