共用方式為


DtsLocalizableAttribute.DisplayName 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the display name of the DtsLocalizableAttribute.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Localization
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property DisplayName As String 
    Get 
    Set
'用途
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)

屬性值

型別:System.String

請參閱

參考

DtsLocalizableAttribute 類別

Microsoft.SqlServer.Dts.Runtime.Localization 命名空間