다음을 통해 공유


AggregationAttributeCollection.Remove 메서드 (AggregationAttribute, Boolean)

Removes the specified AggregationAttribute from the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Sub Remove ( _
    item As AggregationAttribute, _
    cleanUp As Boolean _
)
‘사용 방법
Dim instance As AggregationAttributeCollection 
Dim item As AggregationAttribute 
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    AggregationAttribute item,
    bool cleanUp
)
public:
void Remove(
    AggregationAttribute^ item, 
    bool cleanUp
)
member Remove : 
        item:AggregationAttribute * 
        cleanUp:bool -> unit
public function Remove(
    item : AggregationAttribute, 
    cleanUp : boolean
)

매개 변수

  • cleanUp
    유형: System.Boolean
    true to delete the referencing objects; otherwise, false.

참고 항목

참조

AggregationAttributeCollection 클래스

Remove 오버로드

Microsoft.AnalysisServices 네임스페이스