Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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