Aracılığıyla paylaş


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

'Bildirim
<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")> _
<DisplayNameKeyAttribute("Login_LanguageAliasName")> _
ReadOnly Property LanguageAlias As String
    Get
'Kullanım
Dim instance As ILoginOptions
Dim value As String

value = instance.LanguageAlias
[DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")]
[DisplayNameKeyAttribute("Login_LanguageAliasName")]
string LanguageAlias { get; }
[DisplayDescriptionKeyAttribute(L"Login_LanguageAliasDesc")]
[DisplayNameKeyAttribute(L"Login_LanguageAliasName")]
property String^ LanguageAlias {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")>]
[<DisplayNameKeyAttribute("Login_LanguageAliasName")>]
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.

See Also

Reference

ILoginOptions Interface

Microsoft.SqlServer.Management.Smo Namespace