Alias 속성
Gets an alternative name for the language.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property Alias As String
Get
‘사용 방법
Dim instance As Language
Dim value As String
value = instance.Alias
[SfcPropertyAttribute]
public string Alias { get; }
[SfcPropertyAttribute]
public:
property String^ Alias {
String^ get ();
}
[<SfcPropertyAttribute>]
member Alias : string
function get Alias () : String
속성 값
형식: System. . :: . .String
A String value that specifies the language alias name.