TranslationCollection.IndexOf 메서드 (Int32)
Gets the index of a Translation, with the specified language.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function IndexOf ( _
language As Integer _
) As Integer
‘사용 방법
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
매개 변수
- language
유형: System.Int32
The language of the Translation to be located.
반환 값
유형: System.Int32
The zero-based index of the Translation if the object is found; otherwise, -1.