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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间