Remove メソッド (AggregationAttribute, Boolean)
名前空間: 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