Langue

CollectionSetExtender Constructeurs

Définition

Surcharges

Nom Description
CollectionSetExtender()

ctor par défaut

CollectionSetExtender(CollectionSet)

ctor. Prend l’objet CollectionSet parent à agréger sur

CollectionSetExtender(CollectorConfigStore, String)

ctor. Créez un objet CollectionSet et des agrégats sur celui-ci.

CollectionSetExtender()

ctor par défaut

public CollectionSetExtender();
Public Sub New ()

S’applique à

CollectionSetExtender(CollectionSet)

ctor. Prend l’objet CollectionSet parent à agréger sur

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)

Paramètres

collectionSet
CollectionSet

S’applique à

CollectionSetExtender(CollectorConfigStore, String)

ctor. Créez un objet CollectionSet et des agrégats sur celui-ci.

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)

Paramètres

collectorConfigStore
CollectorConfigStore
name
String

S’applique à