CollectionItem(CollectionSet, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créer une instance d’un élément de collection en fonction du jeu de collections et d’un nom d’élément
<param name="set">The parent collection set</param param><name="name">The name of the collection item</param>public CollectionItem(Microsoft.SqlServer.Management.Collector.CollectionSet set, string name);
new Microsoft.SqlServer.Management.Collector.CollectionItem : Microsoft.SqlServer.Management.Collector.CollectionSet * string -> Microsoft.SqlServer.Management.Collector.CollectionItem
Public Sub New (set As CollectionSet, name As String)
Paramètres
- set
- CollectionSet
- name
- String