Partager via


Constructeur CollectionItem

Creates an instance of a collection item given the collection set name and an item name.

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    set As CollectionSet, _
    name As String _
)
'Utilisation
Dim set As CollectionSet 
Dim name As String 

Dim instance As New CollectionItem(set, name)
public CollectionItem(
    CollectionSet set,
    string name
)
public:
CollectionItem(
    CollectionSet^ set, 
    String^ name
)
new : 
        set:CollectionSet * 
        name:string -> CollectionItem
public function CollectionItem(
    set : CollectionSet, 
    name : String
)

Paramètres

Notes

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Voir aussi

Référence

CollectionItem Classe

Espace de noms Microsoft.SqlServer.Management.Collector