AggregationDesignCollection.Remove 메서드

정의

오버로드

Remove(AggregationDesign)

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

Remove(String)

지정된 식별자를 가진 AggregationDesign을 컬렉션에서 제거합니다.

Remove(AggregationDesign, Boolean)

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

Remove(String, Boolean)

지정된 식별자를 가진 AggregationDesign을 컬렉션에서 제거합니다.

Remove(AggregationDesign)

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

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

매개 변수

item
AggregationDesign

제거할 AggregationDesign입니다.

예외

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

적용 대상

Remove(String)

지정된 식별자를 가진 AggregationDesign을 컬렉션에서 제거합니다.

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

매개 변수

id
String

제거할 AggregationDesign의 식별자입니다.

적용 대상

Remove(AggregationDesign, Boolean)

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

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

매개 변수

item
AggregationDesign

제거할 AggregationDesign입니다.

cleanUp
Boolean

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

예외

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

설명

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

적용 대상

Remove(String, Boolean)

지정된 식별자를 가진 AggregationDesign을 컬렉션에서 제거합니다.

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

매개 변수

id
String

제거할 AggregationDesign의 식별자입니다.

cleanUp
Boolean

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

설명

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

적용 대상