다음을 통해 공유


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.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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