IDTSCustomProperty100 インターフェイス

定義

データフロータスク内のオブジェクトに関するカスタム情報が含まれています。

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
属性
実装

注釈

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

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

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

プロパティ

名前 説明
ContainsID

IDTSCustomProperty100オブジェクトのValueにデータフロータスク内の他のオブジェクトのIDが含まれているかどうかを示す値を取得または設定します。

Description

IDTSCustomProperty100オブジェクトの記述を取得するか設定します。

EncryptionRequired

IDTSCustomProperty100オブジェクトが暗号化される必要があるかどうかを示す値を取得または設定します。

ExpressionType

式の型を取得するか設定します。

ID

IDTSCustomProperty100オブジェクトの識別子を取得したり設定したりします。

IdentificationString

IDTSCustomProperty100オブジェクトを一意に識別する文字列を取得します。

Name

IDTSCustomProperty100オブジェクトの名前を取得するか設定します。

ObjectType

カスタムプロパティの DTSObjectType を取得します。

State

DTSPersistStateから値を取得または設定し、そのIDTSCustomProperty100値をパッケージXMLにどのように保存するかを制御します。

TypeConverter

IDTSCustomProperty100オブジェクトのタイプ変換器を取得するか設定します。

UITypeEditor

IDTSCustomProperty100オブジェクトのエディターを取得したり設定したりします。

Value

IDTSCustomProperty100オブジェクトの値を取得するか設定します。

適用対象