Condividi tramite


Metodo AttributeTranslationCollection.IndexOf (AttributeTranslation)

Gets the index of a specified AttributeTranslation.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function IndexOf ( _
    item As AttributeTranslation _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Int32
The zero-based index of the AttributeTranslation if the object is found; otherwise, -1.

Vedere anche

Riferimento

AttributeTranslationCollection Classe

Overload IndexOf

Spazio dei nomi Microsoft.AnalysisServices