次の方法で共有


SfcCollectionInfo.Collection プロパティ

ラップされるコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property Collection As Object 
    Get
'使用
Dim instance As SfcCollectionInfo 
Dim value As Object 

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

プロパティ値

型: System.Object
コレクション オブジェクトです。

関連項目

参照

SfcCollectionInfo クラス

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