다음을 통해 공유


Remove 메서드 (String)

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

네임스페이스:  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 is not contained by the collection.