Remove 메서드 (String)
Removes the PerspectiveMeasure that has the specified identifier from the collection.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Remove ( _
measureId As String _
)
‘사용 방법
Dim instance As PerspectiveMeasureCollection
Dim measureId As String
instance.Remove(measureId)
public void Remove(
string measureId
)
public:
void Remove(
String^ measureId
)
member Remove :
measureId:string -> unit
public function Remove(
measureId : String
)
매개 변수
- measureId
유형: System. . :: . .String
예외
예외 | 조건 |
---|---|
ItemNotFoundException | measureID does not exist in the collection. |