GetByLanguage 메서드
Indicates whether the collection contains a Translation with the specified language.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Function GetByLanguage ( _
language As Integer _
) As Translation
‘사용 방법
Dim instance As TranslationCollection
Dim language As Integer
Dim returnValue As Translation
returnValue = instance.GetByLanguage(language)
public Translation GetByLanguage(
int language
)
public:
Translation^ GetByLanguage(
int language
)
member GetByLanguage :
language:int -> Translation
public function GetByLanguage(
language : int
) : Translation
매개 변수
- language
형식: System. . :: . .Int32
The language of the Translation to be located.
반환 값
형식: Microsoft.AnalysisServices. . :: . .Translation
The Translation if found in the collection; otherwise, a null reference (Nothing in Visual Basic).