Compartir a través de


LocalizablePropertyDisplayNameAttribute.DisplayName Propiedad

Gets the display name of the LocalizablePropertyDisplayNameAttribute.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Localization
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property DisplayName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

LocalizablePropertyDisplayNameAttribute Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Localization