ILoginOptions.LanguageAlias Property

 

Applies To: SQL Server 2016 Preview

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

[DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")]
[DisplayNameKeyAttribute("Login_LanguageAliasName")]
string LanguageAlias { get; }
[DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")]
[DisplayNameKeyAttribute("Login_LanguageAliasName")]
property String^ LanguageAlias {
    String^ get();
}
[<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")>]
[<DisplayNameKeyAttribute("Login_LanguageAliasName")>]
abstract LanguageAlias : string with get
<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")>
<DisplayNameKeyAttribute("Login_LanguageAliasName")>
ReadOnly Property LanguageAlias As String

Property Value

Type: System.String

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

See Also

ILoginOptions Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top