PerspectiveActionCollection.Remove 메서드

정의

오버로드

Remove(PerspectiveAction)

지정된 PerspectiveAction를 컬렉션에서 제거합니다.

Remove(String)

컬렉션에서 지정된 ActionID를 포함하는 PerspectiveAction을 제거합니다.

Remove(PerspectiveAction, Boolean)

지정된 PerspectiveAction를 컬렉션에서 제거합니다.

Remove(String, Boolean)

컬렉션에서 지정된 ActionID를 포함하는 PerspectiveAction을 제거합니다.

Remove(PerspectiveAction)

지정된 PerspectiveAction를 컬렉션에서 제거합니다.

public void Remove (Microsoft.AnalysisServices.PerspectiveAction item);
override this.Remove : Microsoft.AnalysisServices.PerspectiveAction -> unit
Public Sub Remove (item As PerspectiveAction)

매개 변수

item
PerspectiveAction

제거할 PerspectiveAction입니다.

예외

지정된 항목은 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상

Remove(String)

컬렉션에서 지정된 ActionID를 포함하는 PerspectiveAction을 제거합니다.

public void Remove (string actionId);
override this.Remove : string -> unit
Public Sub Remove (actionId As String)

매개 변수

actionId
String

반환될 PerspectiveAction의 ActionID입니다.

적용 대상

Remove(PerspectiveAction, Boolean)

지정된 PerspectiveAction를 컬렉션에서 제거합니다.

public void Remove (Microsoft.AnalysisServices.PerspectiveAction item, bool cleanUp);
override this.Remove : Microsoft.AnalysisServices.PerspectiveAction * bool -> unit
Public Sub Remove (item As PerspectiveAction, cleanUp As Boolean)

매개 변수

item
PerspectiveAction

제거할 PerspectiveAction입니다.

cleanUp
Boolean

참조하는 개체가 삭제되면 true이고, 그렇지 않으면 false입니다.

예외

지정된 항목은 null 참조(Visual Basic의 경우 Nothing)입니다.

설명

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

적용 대상

Remove(String, Boolean)

컬렉션에서 지정된 ActionID를 포함하는 PerspectiveAction을 제거합니다.

public void Remove (string actionId, bool cleanUp);
override this.Remove : string * bool -> unit
Public Sub Remove (actionId As String, cleanUp As Boolean)

매개 변수

actionId
String

반환될 PerspectiveAction의 ActionID입니다.

cleanUp
Boolean

참조하는 개체가 삭제되면 true이고, 그렇지 않으면 false입니다.

설명

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

적용 대상