共用方式為


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)