LocalizablePropertyDisplayNameAttribute.DisplayName 属性

Gets the display name of the LocalizablePropertyDisplayNameAttribute.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Localization
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Overrides ReadOnly Property DisplayName As String 
    Get
用法
Dim instance As LocalizablePropertyDisplayNameAttribute 
Dim value As String 

value = instance.DisplayName
public override string DisplayName { get; }
public:
virtual property String^ DisplayName {
    String^ get () override;
}
abstract DisplayName : string 
override DisplayName : string
override function get DisplayName () : String

属性值

类型:System.String
The display name of the LocalizablePropertyDisplayNameAttribute.

请参阅

参考

LocalizablePropertyDisplayNameAttribute 类

Microsoft.SqlServer.Dts.Runtime.Localization 命名空间