AttributeTranslationCollection.GetByLanguage(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定之語言的 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)。