Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Removes the AggregationInstance from the collection and optionally deletes the referencing objects.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
id As String, _
cleanUp As Boolean _
)
'Uso
Dim instance As AggregationInstanceCollection
Dim id As String
Dim cleanUp As Boolean
instance.Remove(id, cleanUp)
public void Remove(
string id,
bool cleanUp
)
public:
void Remove(
String^ id,
bool cleanUp
)
member Remove :
id:string *
cleanUp:bool -> unit
public function Remove(
id : String,
cleanUp : boolean
)
Parámetros
- id
Tipo: System.String
The identifier of the AggregationInstance to be removed.
- cleanUp
Tipo: System.Boolean
true to delete the referencing objects; otherwise, false.