Compartir a través de


CollectionSetExtender Constructor (CollectorConfigStore, String)

Initializes a new instance of the CollectionSetExtender class.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

CollectionSetExtender Clase

Sobrecarga de CollectionSetExtender

Espacio de nombres Microsoft.SqlServer.Management.Collector