IDTSCustomProperty100 インターフェイス

定義

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")>]
[<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」を参照してください。

適用対象