PerspectiveCalculationCollection.Remove 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Remove(PerspectiveCalculation, Boolean) |
지정된 PerspectiveCalculation를 컬렉션에서 제거합니다. |
Remove(PerspectiveCalculation) |
지정된 PerspectiveCalculation를 컬렉션에서 제거합니다. |
Remove(String) |
컬렉션에서 지정한 이름을 가진 PerspectiveCalculation를 제거합니다. |
Remove(String, Boolean) |
컬렉션에서 지정한 이름을 가진 PerspectiveCalculation를 제거합니다. |
Remove(PerspectiveCalculation, Boolean)
지정된 PerspectiveCalculation를 컬렉션에서 제거합니다.
public void Remove (Microsoft.AnalysisServices.PerspectiveCalculation item, bool cleanUp);
override this.Remove : Microsoft.AnalysisServices.PerspectiveCalculation * bool -> unit
Public Sub Remove (item As PerspectiveCalculation, cleanUp As Boolean)
매개 변수
제거할 PerspectiveCalculation입니다.
- cleanUp
- Boolean
참조하는 개체가 삭제되면 true이고, 그렇지 않으면 false입니다.
예외
지정된 항목은 null 참조(Visual Basic의 경우 Nothing)입니다.
설명
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.
적용 대상
Remove(PerspectiveCalculation)
지정된 PerspectiveCalculation를 컬렉션에서 제거합니다.
public void Remove (Microsoft.AnalysisServices.PerspectiveCalculation item);
override this.Remove : Microsoft.AnalysisServices.PerspectiveCalculation -> unit
Public Sub Remove (item As PerspectiveCalculation)
매개 변수
제거할 PerspectiveCalculation입니다.
예외
지정된 항목은 null 참조(Visual Basic의 경우 Nothing)입니다.
적용 대상
Remove(String)
컬렉션에서 지정한 이름을 가진 PerspectiveCalculation를 제거합니다.
public void Remove (string name);
override this.Remove : string -> unit
Public Sub Remove (name As String)
매개 변수
- name
- String
제거할 PerspectiveCalculation의 이름입니다.
적용 대상
Remove(String, Boolean)
컬렉션에서 지정한 이름을 가진 PerspectiveCalculation를 제거합니다.
public void Remove (string name, bool cleanUp);
override this.Remove : string * bool -> unit
Public Sub Remove (name As String, cleanUp As Boolean)
매개 변수
- name
- String
제거할 PerspectiveCalculation의 이름입니다.
- cleanUp
- Boolean
참조하는 개체가 삭제되면 true이고, 그렇지 않으면 false입니다.
설명
이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.