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
)
パラメーター
- item
型: Microsoft.SqlServer.Management.Collector.CollectionItem
CollectionItem オブジェクトです。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。