AttributeTranslationCollection.Remove Method

Definition

Overloads

Remove(AttributeTranslation)

Removes the specified AttributeTranslation from the collection.

Remove(AttributeTranslation, Boolean)

Removes the specified AttributeTranslation from the collection.

Remove(AttributeTranslation)

Removes the specified AttributeTranslation from the collection.

public void Remove (Microsoft.AnalysisServices.AttributeTranslation item);
override this.Remove : Microsoft.AnalysisServices.AttributeTranslation -> unit
Public Sub Remove (item As AttributeTranslation)

Parameters

item
AttributeTranslation

The AttributeTranslation to be removed.

Exceptions

The specified item is a null reference (Nothing in Visual Basic).

Applies to

Remove(AttributeTranslation, Boolean)

Removes the specified AttributeTranslation from the collection.

public void Remove (Microsoft.AnalysisServices.AttributeTranslation item, bool cleanUp);
override this.Remove : Microsoft.AnalysisServices.AttributeTranslation * bool -> unit
Public Sub Remove (item As AttributeTranslation, cleanUp As Boolean)

Parameters

item
AttributeTranslation

The AttributeTranslation to be removed.

cleanUp
Boolean

True, if referencing objects are to be deleted; otherwise, false.

Exceptions

The specified item is a null reference (Nothing in Visual Basic).

Remarks

This API supports the product infrastructure and is not intended to be used directly from your code.

Applies to