SqlConnectionStringBuilder.CurrentLanguage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於資料庫伺服器警告或錯誤訊息的語言。
public:
property System::String ^ CurrentLanguage { System::String ^ get(); void set(System::String ^ value); };
public string CurrentLanguage { get; set; }
member this.CurrentLanguage : string with get, set
Public Property CurrentLanguage As String
屬性值
CurrentLanguage 屬性的值,如果未提供任何值,則為 String.Empty
。
例外狀況
若要將值設定為 null,請使用 Value。
備註
此屬性會對應至連接字串內的 "Current Language" 和 "language" 索引鍵。
語言名稱可以是 128 個字元或更少。