SqlConnectionStringBuilder.CurrentLanguage Właściwość

Definicja

Pobiera lub ustawia nazwę rekordu SQL Server Language.

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

Wartość właściwości

Wartość CurrentLanguage właściwości lub String.Empty jeśli nie podano żadnej wartości.

Wyjątki

Aby ustawić wartość null, użyj polecenia Value.

Uwagi

Ta właściwość odpowiada kluczom "Current Language" i "language" w parametry połączenia.

Dotyczy

Zobacz też