次の方法で共有


Remove メソッド (String)

指定した識別子の CalculationProperty をコレクションから削除します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub Remove ( _
    calculationReference As String _
)
'使用
Dim instance As CalculationPropertyCollection
Dim calculationReference As String

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

パラメーター

例外

例外 条件
ItemNotFoundException

calculationReference がコレクションに含まれていません。