Costruttore CollectionItemCollection

Initializes a new instance of the CollectionItemCollection class.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    parent As CollectionSet _
)
'Utilizzo
Dim parent As CollectionSet 

Dim instance As New CollectionItemCollection(parent)
public CollectionItemCollection(
    CollectionSet parent
)
public:
CollectionItemCollection(
    CollectionSet^ parent
)
new : 
        parent:CollectionSet -> CollectionItemCollection
public function CollectionItemCollection(
    parent : CollectionSet
)

Parametri

Osservazioni

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

Vedere anche

Riferimento

CollectionItemCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector