Lenguaje

CollectionSetExtender Constructores

Definición

Sobrecargas

Nombre Description
CollectionSetExtender()

ctor predeterminado

CollectionSetExtender(CollectionSet)

ctor. Toma el objeto CollectionSet primario en el que se va a agregar

CollectionSetExtender(CollectorConfigStore, String)

ctor. Cree un nuevo objeto CollectionSet y agregados en él.

CollectionSetExtender()

ctor predeterminado

public CollectionSetExtender();
Public Sub New ()

Se aplica a

CollectionSetExtender(CollectionSet)

ctor. Toma el objeto CollectionSet primario en el que se va a agregar

public CollectionSetExtender(Microsoft.SqlServer.Management.Collector.CollectionSet collectionSet);
new Microsoft.SqlServer.Management.Collector.CollectionSetExtender : Microsoft.SqlServer.Management.Collector.CollectionSet -> Microsoft.SqlServer.Management.Collector.CollectionSetExtender
Public Sub New (collectionSet As CollectionSet)

Parámetros

collectionSet
CollectionSet

Se aplica a

CollectionSetExtender(CollectorConfigStore, String)

ctor. Cree un nuevo objeto CollectionSet y agregados en él.

public CollectionSetExtender(Microsoft.SqlServer.Management.Collector.CollectorConfigStore collectorConfigStore, string name);
new Microsoft.SqlServer.Management.Collector.CollectionSetExtender : Microsoft.SqlServer.Management.Collector.CollectorConfigStore * string -> Microsoft.SqlServer.Management.Collector.CollectionSetExtender
Public Sub New (collectorConfigStore As CollectorConfigStore, name As String)

Parámetros

collectorConfigStore
CollectorConfigStore
name
String

Se aplica a