IDTSInputColumn100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントで使用するために選択される、上流コンポーネントの出力列を表します。
public interface class IDTSInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("DF96659E-7D93-4B69-A50F-40F3F6C04948")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("62D2C679-4FC3-45A2-8A24-8EA413A9F687")]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("19D86049-6179-439F-A3DD-DCF0A8D2D276")]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("DF96659E-7D93-4B69-A50F-40F3F6C04948")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("62D2C679-4FC3-45A2-8A24-8EA413A9F687")>]
type IDTSInputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("19D86049-6179-439F-A3DD-DCF0A8D2D276")>]
type IDTSInputColumn100 = interface
interface IDTSObject100
Public Interface IDTSInputColumn100
Implements IDTSObject100
- 派生
- 属性
- 実装
注釈
入力列は、コンポーネントが実行中に受信、読み取り、または変更する列を示します。 これには、パッケージの実行中に、列に含まれるデータを記述するプロパティを含みます。 入力列を作成するには、New コレクションの NewAt メソッドまたは IDTSInputColumnCollection100 メソッドを呼び出します。
プロパティ
CodePage |
列に含まれるデータを解釈するために使用される文字セットを取得します。 |
ComparisonFlags |
2 つの文字列の比較方法を指定する値を取得します。 |
CustomPropertyCollection |
入力列の IDTSCustomPropertyCollection100 コレクションを取得します。 |
DataType |
列の DataType を取得します。 |
Description |
IDTSInputColumn100 オブジェクトの説明テキストを取得します。値の設定も可能です。 |
ErrorOrTruncationOperation |
エラーまたは切り捨てが発生したときに実行される操作を記述する文字列 を取得または設定します。 |
ErrorRowDisposition |
実行時の入力列の処理中にエラーが発生した場合のコンポーネントの続行方法を指定する値を取得します。値の設定も可能です。 |
ExternalMetadataColumnID |
入力列に割り当てられた IDTSExternalMetadataColumn100 の ID を取得します。値の設定も可能です。 |
ID |
入力列オブジェクトの ID を取得します。値の設定も可能です。 |
IdentificationString |
データ フロー レイアウト内のオブジェクトを一意に識別する IDTSInputColumn100 文字列 を取得します。 |
IsAssociatedWithOutputColumn |
出力列に IDTSInputColumn100 が関連付けられているかどうかを取得します。 |
IsValid |
入力列が上流列を参照するかどうかを示す値を取得します。 |
Length |
列の長さを取得します。 |
LineageID |
上流列オブジェクトの識別子を取得します。値の設定も可能です。 |
MappedColumnID |
この IDTSInputColumn100 オブジェクトにマップする列の ID を取得します。値の設定も可能です。 |
Name |
入力列の名前を取得します。値の設定も可能です。 |
ObjectType |
入力列に対応する値を DTSObjectType 列挙から取得します。 |
Precision |
入力列に含まれる総桁数を取得します。 |
Scale |
数値入力列に含まれる小数点以下表示桁数を取得します。 |
SortKeyPosition |
入力列の並べ替えキーを取得します。 |
TruncationRowDisposition |
DTSRowDisposition 列挙から値を取得します。値の設定も可能です。 |
UpstreamComponentName |
列を最初に提供したコンポーネントの名前を取得します。 |
UsageType |
コンポーネントによる IDTSInputColumn100 オブジェクトの使用方法を決定する値を取得します。値の設定も可能です。 |
メソッド
DescribeRedirectedErrorCode(Int32) |
エラー コードを記述する文字列 を返します。 |