AttributeRelationshipCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the AttributeRelationship, with the specified attributeId, from the collection.

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

Syntax

public AttributeRelationship Find(
    string attributeId
)
public:
AttributeRelationship^ Find(
    String^ attributeId
)
member Find : 
        attributeId:string -> AttributeRelationship
Public Function Find (
    attributeId As String
) As AttributeRelationship

Parameters

Return Value

Type: Microsoft.AnalysisServices.AttributeRelationship

The AttributeRelationship if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

AttributeRelationshipCollection Class
Microsoft.AnalysisServices Namespace

Return to top