Partager via


Propriété LocalizablePropertyDisplayNameAttribute.DisplayName

Gets the display name of the LocalizablePropertyDisplayNameAttribute.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property DisplayName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

LocalizablePropertyDisplayNameAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Localization