次の方法で共有


IDTSCustomProperty100.Name プロパティ

IDTSCustomProperty100 オブジェクトの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Property Name As String 
    Get 
    Set
'使用
Dim instance As IDTSCustomProperty100 
Dim value As String 

value = instance.Name

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

プロパティ値

型: System.String
IDTSCustomProperty100 オブジェクトの名前です。

説明

Name プロパティは SSIS デザイナーの IDTSCustomProperty100 を識別します。IDTSCustomPropertyCollection100 コレクションのプロパティにアクセスするためにも使用されます。

関連項目

参照

IDTSCustomProperty100 インターフェイス

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