RelationshipEndAttributeCollection.Remove Method

Definition

Overloads

Remove(RelationshipEndAttribute)

Removes the specified RelationshipEndAttribute from this collection.

Remove(String)

Removes an RelationshipEndAttribute from this collection.

Remove(RelationshipEndAttribute, Boolean)

Removes the specified RelationshipEndAttribute from this collection.

Remove(String, Boolean)

Removes an RelationshipEndAttribute from this collection.

Remove(RelationshipEndAttribute)

Removes the specified RelationshipEndAttribute from this collection.

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

Parameters

item
RelationshipEndAttribute

The RelationshipEndAttribute to remove.

Applies to

Remove(String)

Removes an RelationshipEndAttribute from this collection.

public void Remove (string attributeId);
override this.Remove : string -> unit
Public Sub Remove (attributeId As String)

Parameters

attributeId
String

The AttributeID of the RelationshipEndAttribute to be removed.

Applies to

Remove(RelationshipEndAttribute, Boolean)

Removes the specified RelationshipEndAttribute from this collection.

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

Parameters

item
RelationshipEndAttribute

The RelationshipEndAttribute to remove.

cleanUp
Boolean

If false, it will not delete referencing objects.

Applies to

Remove(String, Boolean)

Removes an RelationshipEndAttribute from this collection.

public void Remove (string attributeId, bool cleanUp);
override this.Remove : string * bool -> unit
Public Sub Remove (attributeId As String, cleanUp As Boolean)

Parameters

attributeId
String

The AttributeID of the RelationshipEndAttribute to be removed.

cleanUp
Boolean

If false, it will not delete referencing objects.

Applies to