LanguageAlias 属性

Gets the alias name used for the language that is required by the SQL Server login account.

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

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property LanguageAlias As String
    Get
用法
Dim instance As Login
Dim value As String

value = instance.LanguageAlias
[SfcPropertyAttribute]
public string LanguageAlias { get; }
[SfcPropertyAttribute]
public:
virtual property String^ LanguageAlias {
    String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract LanguageAlias : string
[<SfcPropertyAttribute>]
override LanguageAlias : string
final function get LanguageAlias () : String

属性值

类型:System. . :: . .String
A String value that specifies the alias name used for the language that is required by the SQL Server login account.

实现

ILoginOptions. . :: . .LanguageAlias