共用方式為


AttributeTranslationCollection.GetByLanguage(Int32) 方法

定義

取得具有指定之語言的 AttributeTranslation。

public Microsoft.AnalysisServices.AttributeTranslation GetByLanguage (int languageId);
override this.GetByLanguage : int -> Microsoft.AnalysisServices.AttributeTranslation
Public Function GetByLanguage (languageId As Integer) As AttributeTranslation

參數

languageId
Int32

要找出的 AttributeTranslation 地區設定識別碼 (LCID)。

傳回

如果在集合中找到,則為 languageId 所指定語言的 AttributeTranslation;否則為 Null 參考 (Visual Basic 中的 Nothing)。

適用於