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