Construtor CollectionSetExtender (CollectorConfigStore, String)
Inicializa uma nova instância da classe CollectionSetExtender.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
Public Sub New ( _
collectorConfigStore As CollectorConfigStore, _
name As String _
)
'Uso
Dim collectorConfigStore As CollectorConfigStore
Dim name As String
Dim instance As New CollectionSetExtender(collectorConfigStore, _
name)
public CollectionSetExtender(
CollectorConfigStore collectorConfigStore,
string name
)
public:
CollectionSetExtender(
CollectorConfigStore^ collectorConfigStore,
String^ name
)
new :
collectorConfigStore:CollectorConfigStore *
name:string -> CollectionSetExtender
public function CollectionSetExtender(
collectorConfigStore : CollectorConfigStore,
name : String
)
Parâmetros
- collectorConfigStore
Tipo: Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
O CollectorConfigStore para associar a essa instância.
- name
Tipo: System. . :: . .String
O nome do CollectionSet em que a instância será estendida.
Consulte também