共用方式為


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 命名空間