Construtor CollectionSet (CollectorConfigStore, String)
Inicialize uma instância de um CollectionSet dado um objeto CollectorConfigStore como um pai e um nome do conjunto de coleta.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
Public Sub New ( _
store As CollectorConfigStore, _
name As String _
)
'Uso
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
)
Parâmetros
- store
Tipo: Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
Um objeto [CollectorConfigStore].
- name
Tipo: System. . :: . .String
Um valor String que é o nome do conjunto de coleta. Esse nome é exclusivo para cada repositório de coletor de dados.
Comentários
Constructor given a [CollectorConfigStore] object.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Consulte também