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