Udostępnij za pośrednictwem


Metoda TranslationCollection.IndexOf (Int32)

Pobiera indeks Translation, z określonego języka.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function IndexOf ( _
    language As Integer _
) As Integer
'Użycie
Dim instance As TranslationCollection
Dim language As Integer
Dim returnValue As Integer

returnValue = instance.IndexOf(language)
public int IndexOf(
    int language
)
public:
int IndexOf(
    int language
)
member IndexOf : 
        language:int -> int 
public function IndexOf(
    language : int
) : int

Parametry

Wartość zwracana

Typ: System.Int32
Indeksu z Translation , jeśli obiekt znajduje się; w przeciwnym razie -1.