Partilhar via


RelationshipEndAttributeCollection.IndexOf Método

Definição

Sobrecargas

IndexOf(RelationshipEndAttribute)

Pesquisa pelo RelationshipEndAttribute especificado e retorna seu índice com base em zero na coleção.

IndexOf(String)

Pesquisa um RelationshipEndAttribute com a AttributeID especificada e retorna seu índice com base em zero na coleção.

IndexOf(RelationshipEndAttribute)

Pesquisa pelo RelationshipEndAttribute especificado e retorna seu índice com base em zero na coleção.

public int IndexOf (Microsoft.AnalysisServices.RelationshipEndAttribute item);
override this.IndexOf : Microsoft.AnalysisServices.RelationshipEndAttribute -> int
Public Function IndexOf (item As RelationshipEndAttribute) As Integer

Parâmetros

item
RelationshipEndAttribute

O RelationshipEndAttribute a ser localizado.

Retornos

O índice de base zero do RelationshipEndAttribute na coleção, se for localizado; caso contrário, -1.

Aplica-se a

IndexOf(String)

Pesquisa um RelationshipEndAttribute com a AttributeID especificada e retorna seu índice com base em zero na coleção.

public int IndexOf (string attributeId);
override this.IndexOf : string -> int
Public Function IndexOf (attributeId As String) As Integer

Parâmetros

attributeId
String

A AttributeID do RelationshipEndAttribute a ser procurado.

Retornos

O índice de base zero do RelationshipEndAttribute na coleção, se for localizado; caso contrário, -1.

Aplica-se a