다음을 통해 공유


AttributeTranslationCollection.GetByLanguage 메서드

Indicates whether the collection contains an AttributeTranslation with the specified language.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function GetByLanguage ( _
    languageId As Integer _
) As AttributeTranslation
‘사용 방법
Dim instance As AttributeTranslationCollection 
Dim languageId As Integer 
Dim returnValue As AttributeTranslation 

returnValue = instance.GetByLanguage(languageId)
public AttributeTranslation GetByLanguage(
    int languageId
)
public:
AttributeTranslation^ GetByLanguage(
    int languageId
)
member GetByLanguage : 
        languageId:int -> AttributeTranslation
public function GetByLanguage(
    languageId : int
) : AttributeTranslation

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AttributeTranslation
The AttributeTranslation, with the language specified by lcid, if found in the collection; otherwise, a null reference (Nothing in Visual Basic).

참고 항목

참조

AttributeTranslationCollection 클래스

Microsoft.AnalysisServices 네임스페이스