IndexOf Método (AttributeTranslation)
Gets the index of a specified AttributeTranslation.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function IndexOf ( _
item As AttributeTranslation _
) As Integer
'Uso
Dim instance As AttributeTranslationCollection
Dim item As AttributeTranslation
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
AttributeTranslation item
)
public:
int IndexOf(
AttributeTranslation^ item
)
member IndexOf :
item:AttributeTranslation -> int
public function IndexOf(
item : AttributeTranslation
) : int
Parámetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .AttributeTranslation
The AttributeTranslation to be returned.
Valor devuelto
Tipo: System. . :: . .Int32
The zero-based index of the AttributeTranslation if the object is found; otherwise, -1.