다음을 통해 공유


CollectionSet.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.

참고 항목

참조

CollectionSet 클래스

Microsoft.SqlServer.Management.Collector 네임스페이스