Remove 方法 (String)

Removes the PerspectiveCalculation that has the specified identifier from the collection.

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

语法

声明
Public Sub Remove ( _
    name As String _
)
用法
Dim instance As PerspectiveCalculationCollection
Dim name As String

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

参数

异常

异常 条件
ItemNotFoundException

name does not exist in the collection.