ILoginOptions.Language Property
Gets or sets the language that is associated with the login. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Login_LanguageDesc")> _
<DisplayNameKeyAttribute("Login_LanguageName")> _
Property Language As String
[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);
}
/** @property */
String get_Language ()
/** @property */
void set_Language (String value)
function get Language () : String
function set Language (value : String)
Property Value
A String value that contains the language that is associated with the login.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.