AttributeRelationshipCollection.IndexOfName Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the index of a AttributeRelationship, identified by name, in the collection.

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

Syntax

public int IndexOfName(
    string name
)
public:
int IndexOfName(
    String^ name
)
member IndexOfName : 
        name:string -> int
Public Function IndexOfName (
    name As String
) As Integer

Parameters

Return Value

Type: System.Int32

The zero-based index at which the AttributeRelationship has been found in the collection. Otherwise, -1 if the object is not found.

See Also

AttributeRelationshipCollection Class
Microsoft.AnalysisServices Namespace

Return to top