Compartir a través de


DisplayName Propiedad

Gets or sets the display name of the DtsLocalizableAttribute.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Localization
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public Property DisplayName As String
    Get
    Set
'Uso
Dim instance As DtsLocalizableAttribute
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

Valor de la propiedad

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