Udostępnij przez


ILoginOptions.LanguageAlias Property

Gets the alternative name that describes 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_LanguageAliasDesc")> _
<DisplayNameKeyAttribute("Login_LanguageAliasName")> _
ReadOnly Property LanguageAlias As String
[DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")] 
[DisplayNameKeyAttribute("Login_LanguageAliasName")] 
string LanguageAlias { get; }
[DisplayDescriptionKeyAttribute(L"Login_LanguageAliasDesc")] 
[DisplayNameKeyAttribute(L"Login_LanguageAliasName")] 
property String^ LanguageAlias {
    String^ get ();
}
/** @property */
String get_LanguageAlias ()
function get LanguageAlias () : String

Property Value

A String value that contains the language alias 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.