Remove 方法 (String)

Removes the AggregationDimension, with the specified identifier, from the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Sub Remove ( _
    cubeDimensionId As String _
)
用法
Dim instance As AggregationDimensionCollection
Dim cubeDimensionId As String

instance.Remove(cubeDimensionId)
public void Remove(
    string cubeDimensionId
)
public:
void Remove(
    String^ cubeDimensionId
)
member Remove : 
        cubeDimensionId:string -> unit 
public function Remove(
    cubeDimensionId : String
)

参数

异常

异常 条件
ItemNotFoundException

cubeDimensionID is not contained by the collection.