共用方式為


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).