Compartir a través de


AggregationDesignAttributeCollection.IndexOf Método

Definición

Sobrecargas

IndexOf(AggregationDesignAttribute)

Busca el elemento AggregationDesignAttribute especificado y devuelve su índice de base cero en la colección.

IndexOf(String)

Busca un elemento AggregationDesignAttribute con el AttributeID especificado y devuelve su índice de base cero en la colección.

IndexOf(AggregationDesignAttribute)

Busca el elemento AggregationDesignAttribute especificado y devuelve su índice de base cero en la colección.

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

Parámetros

item
AggregationDesignAttribute

AggregationDesignAttribute que se va a buscar en la colección.

Devoluciones

Índice de base cero de AggregationDesignAttribute en la colección, si se encuentra; en caso contrario, -1.

Se aplica a

IndexOf(String)

Busca un elemento AggregationDesignAttribute con el AttributeID especificado y devuelve su índice de base cero en 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 AggregationDesignAttribute que se va a buscar en la colección.

Devoluciones

Índice de base cero de AggregationDesignAttribute en la colección, si se encuentra; en caso contrario, -1.

Se aplica a