次の方法で共有


DtsLocalizableAttribute.DisplayName プロパティ

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
DtsLocalizableAttribute の表示名です。

関連項目

参照

DtsLocalizableAttribute クラス

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