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. |