IDTSCustomProperty100 インターフェイス

定義

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
属性
実装

注釈

IDTSCustomProperty100オブジェクトは、データフロータスク内のオブジェクトに関するカスタム情報を公開するために使われます。

IDTSCustomProperty100オブジェクトは、コンポーネントのIDTSComponentMetaData100インターフェース内のほとんどのオブジェクトで利用可能であり、パッケージのXMLに自動的に永続化されます。 カスタムプロパティは、コレクションの新しいメソッドを呼び出すことでIDTSCustomPropertyCollection100に追加されます。

カスタムプロパティの設定については、「Design-time Methods of a Data Flow Component」の「Creating Custom Properties」を参照してください。

適用対象