AggregationInstanceCollection.Remove 메서드 (AggregationInstance, Boolean)
Removes the specified AggregationInstance from the collection and optionally deletes the referencing objects.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub Remove ( _
item As AggregationInstance, _
cleanUp As Boolean _
)
‘사용 방법
Dim instance As AggregationInstanceCollection
Dim item As AggregationInstance
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
AggregationInstance item,
bool cleanUp
)
public:
void Remove(
AggregationInstance^ item,
bool cleanUp
)
member Remove :
item:AggregationInstance *
cleanUp:bool -> unit
public function Remove(
item : AggregationInstance,
cleanUp : boolean
)
매개 변수
- item
유형: Microsoft.AnalysisServices.AggregationInstance
The AggregationInstance to be removed.
- cleanUp
유형: System.Boolean
true to delete the referencing objects; otherwise, false.