Condividi tramite


Costruttore CollectionItem

Crea un'istanza di un elemento della raccolta in base al nome del set di raccolta e al nome di un elemento.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    set As CollectionSet, _
    name As String _
)
'Utilizzo
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
)

Parametri

Osservazioni

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