다음을 통해 공유


Remove 메서드 (AggregationInstanceMeasure)

Removes the specified AggregationInstanceMeasure from the collection.

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

구문

‘선언
Public Sub Remove ( _
    item As AggregationInstanceMeasure _
)
‘사용 방법
Dim instance As AggregationInstanceMeasureCollection
Dim item As AggregationInstanceMeasure

instance.Remove(item)
public void Remove(
    AggregationInstanceMeasure item
)
public:
void Remove(
    AggregationInstanceMeasure^ item
)
member Remove : 
        item:AggregationInstanceMeasure -> unit 
public function Remove(
    item : AggregationInstanceMeasure
)

매개 변수