ILoginOptions.LanguageAlias Property

Gets the alternative name that describes the language that is associated with the login.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayNameKeyAttribute("Login_LanguageAliasName")> _
<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")> _
ReadOnly Property LanguageAlias As String
    Get
'Usage
Dim instance As ILoginOptions
Dim value As String

value = instance.LanguageAlias
[DisplayNameKeyAttribute("Login_LanguageAliasName")]
[DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")]
string LanguageAlias { get; }
[DisplayNameKeyAttribute(L"Login_LanguageAliasName")]
[DisplayDescriptionKeyAttribute(L"Login_LanguageAliasDesc")]
property String^ LanguageAlias {
    String^ get ();
}
[<DisplayNameKeyAttribute("Login_LanguageAliasName")>]
[<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")>]
abstract LanguageAlias : string
function get LanguageAlias () : String

Property Value

Type: System.String
A String value that contains the language alias that is associated with the login.