Remove-Methode (AggregationDesignAttribute, Boolean)
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As AggregationDesignAttribute, _
cleanUp As Boolean _
)
'Usage
Dim instance As AggregationDesignAttributeCollection
Dim item As AggregationDesignAttribute
Dim cleanUp As Boolean
instance.Remove(item, cleanUp)
public void Remove(
AggregationDesignAttribute item,
bool cleanUp
)
public:
void Remove(
AggregationDesignAttribute^ item,
bool cleanUp
)
member Remove :
item:AggregationDesignAttribute *
cleanUp:bool -> unit
public function Remove(
item : AggregationDesignAttribute,
cleanUp : boolean
)
Parameter
- cleanUp
Typ: System. . :: . .Boolean