Прочетете на английски

Споделяне чрез


ModelComponentCollection.RemoveAt Method

Definition

Overloads

RemoveAt(Int32)

Removes the IModelComponent at the specified index from the ModelComponentCollection.

RemoveAt(Int32, Boolean)

emoves the IModelComponent at the specified index from the ModelComponentCollection.

RemoveAt(Int32)

Removes the IModelComponent at the specified index from the ModelComponentCollection.

C#
public void RemoveAt (int index);

Parameters

index
Int32

The zero-based index of the IModelComponent to remove.

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest

RemoveAt(Int32, Boolean)

emoves the IModelComponent at the specified index from the ModelComponentCollection.

C#
public void RemoveAt (int index, bool cleanUp);

Parameters

index
Int32

The zero-based index of the IModelComponent to remove.

cleanUp
Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Applies to

Analysis Services SDK for .NET latest
Продукт Версии
Analysis Services SDK for .NET latest