Compartir a través de


AddCollectionItem Método

Adds a collection item to the collection set.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public Sub AddCollectionItem ( _
    item As CollectionItem _
)
'Uso
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
)

Parámetros

Notas

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