共用方式為


DtsLocalizableAttribute.DisplayName 屬性

Gets or sets the display name of the DtsLocalizableAttribute.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Localization
組件:  Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.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
The display name of the DtsLocalizableAttribute.

請參閱

參考

DtsLocalizableAttribute 類別

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