Constructeur CollectionItemCollection
Initialise une nouvelle instance de la classe CollectionItemCollection.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As CollectionSet _
)
'Utilisation
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
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.Collector. . :: . .CollectionSet
Objet CollectionSet qui identifie le jeu d'éléments de collecte auquel un élément de collecte appartient.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Voir aussi