CollectionSet.Parent プロパティ

このコレクション セットが属している親ストアを取得します。値の設定も可能です。

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

構文

'宣言
Public Property Parent As CollectorConfigStore 
    Get 
    Set
'使用
Dim instance As CollectionSet 
Dim value As CollectorConfigStore 

value = instance.Parent

instance.Parent = value
public CollectorConfigStore Parent { get; set; }
public:
property CollectorConfigStore^ Parent {
    CollectorConfigStore^ get ();
    void set (CollectorConfigStore^ value);
}
member Parent : CollectorConfigStore with get, set
function get Parent () : CollectorConfigStore 
function set Parent (value : CollectorConfigStore)

プロパティ値

型: Microsoft.SqlServer.Management.Collector.CollectorConfigStore
コレクション セットの親ストアを識別する CollectorConfigStore オブジェクトです。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectionSet クラス

Microsoft.SqlServer.Management.Collector 名前空間