Proprietà LocalizablePropertyDisplayNameAttribute.DisplayName

Gets the display name of the LocalizablePropertyDisplayNameAttribute.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property DisplayName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The display name of the LocalizablePropertyDisplayNameAttribute.

Vedere anche

Riferimento

LocalizablePropertyDisplayNameAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Localization