Свойство 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