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 New メソッドを呼び出すことによって に追加されます。

カスタム プロパティの設定については、「Data Flow コンポーネントのデザイン時メソッド」の「カスタム プロパティの作成」を参照してください。

プロパティ

ContainsID
Description
EncryptionRequired
ExpressionType
ID
IdentificationString
Name
ObjectType
State
TypeConverter
UITypeEditor
Value

適用対象