RelationshipEndAttributeCollection.Remove Method (String, Boolean)

Removes the specified object in the collection with the attribute id.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub Remove ( _
    attributeId As String, _
    cleanUp As Boolean _
)
'Usage
Dim instance As RelationshipEndAttributeCollection 
Dim attributeId As String 
Dim cleanUp As Boolean

instance.Remove(attributeId, cleanUp)

Parameters

  • cleanUp
    Type: System.Boolean
    true to specify an object in the collection; otherwise, false.

See Also

Reference

RelationshipEndAttributeCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace