RelationshipCollection.Remove Method (String, Boolean)

Removes the Relationship with the specified identifier from the collection.

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

Syntax

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

instance.Remove(id, cleanUp)

Parameters

  • cleanUp
    Type: System.Boolean
    true to remove specified item in the collection; otherwise, false.

See Also

Reference

RelationshipCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace