CollectionSetExtender Costruttori

Definizione

Overload

Nome Descrizione
CollectionSetExtender()

ctor predefinito

CollectionSetExtender(CollectionSet)

ctor. Accetta l'aggregazione dell'oggetto CollectionSet padre su

CollectionSetExtender(CollectorConfigStore, String)

ctor. Creare un nuovo oggetto CollectionSet e aggregarlo.

CollectionSetExtender()

ctor predefinito

public CollectionSetExtender();
Public Sub New ()

Si applica a

CollectionSetExtender(CollectionSet)

ctor. Accetta l'aggregazione dell'oggetto CollectionSet padre su

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)

Parametri

collectionSet
CollectionSet

Si applica a

CollectionSetExtender(CollectorConfigStore, String)

ctor. Creare un nuovo oggetto CollectionSet e aggregarlo.

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)

Parametri

collectorConfigStore
CollectorConfigStore
name
String

Si applica a