SfcInstance.GetPropertySet メソッド
SfcInstance オブジェクトのプロパティのセットを返します。
名前空間: 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
ISfcPropertySet オブジェクトです。
実装
ISfcPropertyProvider.GetPropertySet()