RelationshipCollection.Find(String) Method

Definition

Returns the Relationship with the specified ID or null if not found.

public Microsoft.AnalysisServices.Relationship Find (string id);
member this.Find : string -> Microsoft.AnalysisServices.Relationship
Public Function Find (id As String) As Relationship

Parameters

id
String

The ID of the Relationship to return.

Returns

The Relationship with the specified ID or null if not found.

Applies to