共用方式為


Parent 屬性

Gets or sets the parent store that this collection set belongs to.

命名空間:  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
A CollectorConfigStore object that identifies the parent store for the collection set.

備註

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