다음을 통해 공유


Language.Alias 속성

Gets an alternative name for the language.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Alias As String 
    Get
‘사용 방법
Dim instance As Language 
Dim value As String 

value = instance.Alias
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Alias { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Alias {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Alias : string
function get Alias () : String

속성 값

유형: System.String
A String value that specifies the language alias name.

속성 설정

참고 항목

참조

Language 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

sys.syslanguages(Transact-SQL)