RelationshipEndAttributeCollection.IndexOf Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
IndexOf(RelationshipEndAttribute) |
Busca el objeto RelationshipEndAttribute especificado y devuelve su índice de base cero dentro de la colección. |
IndexOf(String) |
Busca un elemento RelationshipEndAttribute con el AttributeID especificado y devuelve su índice de base cero dentro de la colección. |
IndexOf(RelationshipEndAttribute)
Busca el objeto RelationshipEndAttribute especificado y devuelve su índice de base cero dentro de la colección.
public int IndexOf (Microsoft.AnalysisServices.RelationshipEndAttribute item);
override this.IndexOf : Microsoft.AnalysisServices.RelationshipEndAttribute -> int
Public Function IndexOf (item As RelationshipEndAttribute) As Integer
Parámetros
RelationshipEndAttribute que se va a buscar.
Devoluciones
Índice de base cero de RelationshipEndAttribute en la colección, si se encuentra; en caso contrario, -1.
Se aplica a
IndexOf(String)
Busca un elemento RelationshipEndAttribute con el AttributeID especificado y devuelve su índice de base cero dentro de la colección.
public int IndexOf (string attributeId);
override this.IndexOf : string -> int
Public Function IndexOf (attributeId As String) As Integer
Parámetros
- attributeId
- String
AttributeID del elemento RelationshipEndAttribute que se va a buscar.
Devoluciones
Índice de base cero de RelationshipEndAttribute en la colección, si se encuentra; en caso contrario, -1.