Freigeben über


DtsLocalizableAttribute.DisplayName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the display name of the DtsLocalizableAttribute.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Localization
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property DisplayName As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

DtsLocalizableAttribute Klasse

Microsoft.SqlServer.Dts.Runtime.Localization-Namespace