Свойство ILoginOptions.Language

Gets or sets the language that is associated with the login.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("Login_LanguageDesc")> _
<DisplayNameKeyAttribute("Login_LanguageName")> _
Property Language As String 
    Get 
    Set
'Применение
Dim instance As ILoginOptions 
Dim value As String 

value = instance.Language

instance.Language = value
[DisplayDescriptionKeyAttribute("Login_LanguageDesc")]
[DisplayNameKeyAttribute("Login_LanguageName")]
string Language { get; set; }
[DisplayDescriptionKeyAttribute(L"Login_LanguageDesc")]
[DisplayNameKeyAttribute(L"Login_LanguageName")]
property String^ Language {
    String^ get ();
    void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Login_LanguageDesc")>]
[<DisplayNameKeyAttribute("Login_LanguageName")>]
abstract Language : string with get, set
function get Language () : String 
function set Language (value : String)

Значение свойства

Тип: System.String
A String value that contains the language that is associated with the login.

См. также

Справочник

ILoginOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo