次の方法で共有


CollectionItemCollection.RemoveCollectionItem メソッド

コレクション セットからコレクション アイテムを削除します。

名前空間:  Microsoft.SqlServer.Management.Collector
アセンブリ:  Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)

構文

'宣言
Public Sub RemoveCollectionItem ( _
    item As CollectionItem _
)
'使用
Dim instance As CollectionItemCollection 
Dim item As CollectionItem

instance.RemoveCollectionItem(item)
public void RemoveCollectionItem(
    CollectionItem item
)
public:
void RemoveCollectionItem(
    CollectionItem^ item
)
member RemoveCollectionItem : 
        item:CollectionItem -> unit
public function RemoveCollectionItem(
    item : CollectionItem
)

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectionItemCollection クラス

Microsoft.SqlServer.Management.Collector 名前空間