Remove メソッド (CubeAttribute)
指定した CubeAttribute をコレクションから削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Remove ( _
item As CubeAttribute _
)
'使用
Dim instance As CubeAttributeCollection
Dim item As CubeAttribute
instance.Remove(item)
public void Remove(
CubeAttribute item
)
public:
void Remove(
CubeAttribute^ item
)
member Remove :
item:CubeAttribute -> unit
public function Remove(
item : CubeAttribute
)
パラメーター
- item
型: Microsoft.AnalysisServices. . :: . .CubeAttribute
削除する CubeAttribute です。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | item がコレクションに含まれていません。 |