RelationshipCollection.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.