IDTSCustomProperty100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ フロー タスクでのオブジェクトのカスタム情報が含まれます。
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 に自動保存されます。 カスタム プロパティは、コレクションの IDTSCustomPropertyCollection100 メソッドを呼び出すことにより、New に追加されます。
カスタム プロパティの設定については、Data Flow コンポーネントのデザイン時メソッドの「カスタム プロパティの作成」を参照してください。
プロパティ
ContainsID |
Value オブジェクトの IDTSCustomProperty100 にデータ フロー タスクの別のオブジェクトの ID が含まれているかどうかを示す値を取得します。値の設定も可能です。 |
Description |
IDTSCustomProperty100 オブジェクトの説明を取得または設定します。 |
EncryptionRequired |
IDTSCustomProperty100 オブジェクトを暗号化する必要があるかどうかを示す値を取得します。値の設定も可能です。 |
ExpressionType |
式の型を取得します。値の設定も可能です。 |
ID |
IDTSCustomProperty100 オブジェクトの識別子を取得または設定します。 |
IdentificationString |
IDTSCustomProperty100 オブジェクトを一意に識別する文字列を取得します。 |
Name |
IDTSCustomProperty100 オブジェクトの名前を取得または設定します。 |
ObjectType |
カスタム プロパティの DTSObjectType を取得します。 |
State |
DTSPersistState 値がどのようにパッケージ XML に格納されるかを制御する値を IDTSCustomProperty100 から取得します。値の設定も可能です。 |
TypeConverter |
IDTSCustomProperty100 オブジェクトの型変換を取得します。値の設定も可能です。 |
UITypeEditor |
IDTSCustomProperty100 オブジェクトのエディターを取得します。値の設定も可能です。 |
Value |
IDTSCustomProperty100 オブジェクトのオブジェクト値を取得します。値の設定も可能です。 |