Langue

CollectionSet Constructeurs

Définition

Surcharges

Nom Description
CollectionSet()

Constructeur par défaut utilisé pour la désérialisation et pour la fabrique

CollectionSet doit avoir un constructeur sans paramètre public pour l'utiliser comme paramètre « TDcInstance » dans le type générique ou la méthode « Microsoft ». SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance

CollectionSet(CollectorConfigStore, String)

Initialiser une instance d’un CollectionSet en fonction d’un objet CollectorConfigStore en tant que parent et d’un nom

<param name="store">The parent config store</param param><name="name">The name of the collection set</param>

CollectionSet()

Constructeur par défaut utilisé pour la désérialisation et pour la fabrique

CollectionSet doit avoir un constructeur sans paramètre public pour l'utiliser comme paramètre « TDcInstance » dans le type générique ou la méthode « Microsoft ». SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance

public CollectionSet();
Public Sub New ()

S’applique à

CollectionSet(CollectorConfigStore, String)

Initialiser une instance d’un CollectionSet en fonction d’un objet CollectorConfigStore en tant que parent et d’un nom

<param name="store">The parent config store</param param><name="name">The name of the collection set</param>
public CollectionSet(Microsoft.SqlServer.Management.Collector.CollectorConfigStore store, string name);
new Microsoft.SqlServer.Management.Collector.CollectionSet : Microsoft.SqlServer.Management.Collector.CollectorConfigStore * string -> Microsoft.SqlServer.Management.Collector.CollectionSet
Public Sub New (store As CollectorConfigStore, name As String)

Paramètres

name
String

S’applique à