共用方式為


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