SfcInstance.Properties プロパティ

コレクション インスタンスのプロパティを返します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property Properties As SfcPropertyCollection 
    Get
'使用
Dim instance As SfcInstance 
Dim value As SfcPropertyCollection 

value = instance.Properties
public SfcPropertyCollection Properties { get; }
public:
property SfcPropertyCollection^ Properties {
    SfcPropertyCollection^ get ();
}
member Properties : SfcPropertyCollection
function get Properties () : SfcPropertyCollection

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.SfcPropertyCollection
SfcInstance オブジェクトのプロパティを含む SfcProperty オブジェクトです。

関連項目

参照

SfcInstance クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間