Remove 方法 (String)

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

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

语法

声明
Public Sub Remove ( _
    attributeId As String _
)
用法
Dim instance As CubeAttributeCollection
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
)

参数

异常

异常 条件
ItemNotFoundException

attributeID is not contained by the collection.