Share via


RelationshipCollection.Contains Method (String)

Determines whether a relationship with the specified identifier exists in the collection.

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

Syntax

'Declaration
Public Function Contains ( _
    id As String _
) As Boolean
'Usage
Dim instance As RelationshipCollection 
Dim id As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    string id
)
public:
bool Contains(
    String^ id
)
member Contains : 
        id:string -> bool
public function Contains(
    id : String
) : boolean

Parameters

  • id
    Type: System.String
    The identifier of the relationship to locate.

Return Value

Type: System.Boolean
True if the relationship exists in the collection; otherwise, false.

See Also

Reference

RelationshipCollection Class

Contains Overload

Microsoft.AnalysisServices Namespace