CollectionSetCollection 생성자
Instantiates a new collection set based on the CollectorConfigStore object that is provided as a parent for the collection set.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector.dll의 Microsoft.SqlServer.Management.Collector
구문
‘선언
Public Sub New ( _
parent As CollectorConfigStore _
)
‘사용 방법
Dim parent As CollectorConfigStore
Dim instance As New CollectionSetCollection(parent)
public CollectionSetCollection(
CollectorConfigStore parent
)
public:
CollectionSetCollection(
CollectorConfigStore^ parent
)
new :
parent:CollectorConfigStore -> CollectionSetCollection
public function CollectionSetCollection(
parent : CollectorConfigStore
)
매개 변수
- parent
형식: Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
The parent object of the collection set.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.