Idioma

CollectionSetExtender Construtores

Definição

Sobrecargas

Nome Description
CollectionSetExtender()

ctor padrão

CollectionSetExtender(CollectionSet)

ctor. Usa o objeto CollectionSet pai para agregar em

CollectionSetExtender(CollectorConfigStore, String)

ctor. Crie um novo objeto CollectionSet e agrega nele.

CollectionSetExtender()

ctor padrão

public CollectionSetExtender();
Public Sub New ()

Aplica-se a

CollectionSetExtender(CollectionSet)

ctor. Usa o objeto CollectionSet pai para agregar em

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

Aplica-se a

CollectionSetExtender(CollectorConfigStore, String)

ctor. Crie um novo objeto CollectionSet e agrega nele.

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

Aplica-se a