LanguageAlias 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("Login_LanguageAliasName")> _
<DisplayDescriptionKeyAttribute("Login_LanguageAliasDesc")> _
ReadOnly Property LanguageAlias As String
    Get
用法
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

属性值

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