Méthode CollectionItemCollection.AddCollectionItem
Adds a collection item to the collection set.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Public Sub AddCollectionItem ( _
item As CollectionItem _
)
'Utilisation
Dim instance As CollectionItemCollection
Dim item As CollectionItem
instance.AddCollectionItem(item)
public void AddCollectionItem(
CollectionItem item
)
public:
void AddCollectionItem(
CollectionItem^ item
)
member AddCollectionItem :
item:CollectionItem -> unit
public function AddCollectionItem(
item : CollectionItem
)
Paramètres
- item
Type : Microsoft.SqlServer.Management.Collector.CollectionItem
A CollectionItem object.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.