共用方式為


TranslationCollection.FindByLanguage(Int32) 方法

定義

搜尋具有指定之語言的 Translation。

public Microsoft.AnalysisServices.Translation FindByLanguage (int language);
member this.FindByLanguage : int -> Microsoft.AnalysisServices.Translation
Public Function FindByLanguage (language As Integer) As Translation

參數

language
Int32

要找出之 Translation 地區設定識別碼 (LCID)。

傳回

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

適用於