AggregationAttributeCollection.Remove 方法 (String)
Removes the AggregationAttribute with the specified attribute identifier from the collection.
命名空間: 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
The attribute identifier of the AggregationAttribute to be removed.
例外狀況
例外狀況 | 條件 |
---|---|
ItemNotFoundException | attributeID is not contained by the collection. |