CollectionSet 생성자 (CollectorConfigStore, String)
CollectorConfigStore 개체가 부모 및 컬렉션 집합 이름으로 지정된 CollectionSet의 인스턴스를 초기화합니다.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)
구문
‘선언
Public Sub New ( _
store As CollectorConfigStore, _
name As String _
)
‘사용 방법
Dim store As CollectorConfigStore
Dim name As String
Dim instance As New CollectionSet(store, name)
public CollectionSet(
CollectorConfigStore store,
string name
)
public:
CollectionSet(
CollectorConfigStore^ store,
String^ name
)
new :
store:CollectorConfigStore *
name:string -> CollectionSet
public function CollectionSet(
store : CollectorConfigStore,
name : String
)
매개 변수
- store
유형: Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
[CollectorConfigStore] 개체입니다.
- name
유형: System. . :: . .String
컬렉션 집합의 이름인 String입니다. 이 이름은 각 데이터 수집기 저장소에 대해 고유합니다.
주의
Constructor given a [CollectorConfigStore] object.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.