共用方式為


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 物件,可識別收集組的父存放區。

備註

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.