IDTSOutputColumn100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントによって提供される列のデザイン時の定義を含みます。
public interface class IDTSOutputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")]
public interface IDTSOutputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("90420900-E282-44F8-8506-6E14FB6FC747")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2976E8B9-FAD6-4DFD-871F-A083F6666076")>]
type IDTSOutputColumn100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EC53AFC9-8193-4B46-9A34-9B9FA3180E9C")>]
type IDTSOutputColumn100 = interface
interface IDTSObject100
Public Interface IDTSOutputColumn100
Implements IDTSObject100
- 派生
- 属性
- 実装
注釈
IDTSOutputColumn100 オブジェクトでは、コンポーネントが PipelineBuffer でのパッケージの実行中に下流コンポーネントに対して提供する列が記述されています。
プロパティ
CodePage |
列に含まれるデータを解釈するために使用される文字セットを取得します。 |
ComparisonFlags |
2 つの文字列の比較方法を指定する値を取得します。値の設定も可能です。 |
CustomPropertyCollection |
出力列の IDTSCustomPropertyCollection100 コレクションを取得します。 |
DataType |
列の DataType を取得します。 |
Description |
IDTSOutputColumn100 オブジェクトの説明を取得または設定します。 |
ErrorOrTruncationOperation |
エラーまたは切り捨てが発生したときに実行される操作を記述する文字列 を取得または設定します。 |
ErrorRowDisposition |
実行時の出力列の処理中にエラーが発生した場合のコンポーネントの続行方法を指定する値を取得します。値の設定も可能です。 |
ExternalMetadataColumnID |
出力列に割り当てられた IDTSExternalMetadataColumn100 の ID を取得します。値の設定も可能です。 |
ID |
IDTSOutputColumn100 列の ID を取得します。値の設定も可能です。 |
IdentificationString |
データ フロー レイアウト内で IDTSOutputColumn100 オブジェクトを一意に識別する文字列を取得します。 |
Length |
列の長さを取得します。 |
LineageID |
LineageID 列の Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 プロパティを取得します。値の設定も可能です。 |
MappedColumnID |
この IDTSOutputColumn100 オブジェクトにマップする列の ID を取得します。値の設定も可能です。 |
Name |
IDTSOutputColumn100 の名前を含む文字列値を取得します。値の設定も可能です。 |
ObjectType |
出力列に対応する値を DTSObjectType 列挙から取得します。 |
Precision |
出力列に含まれる総桁数を取得します。 |
Scale |
数値出力列に含まれる小数点以下表示桁数を取得します。 |
SortKeyPosition |
出力列の並べ替えキーを取得します。値の設定も可能です。 |
SpecialFlags |
出力列の特殊フラグを指定する整数を取得します。値の設定も可能です。 |
TruncationRowDisposition |
実行時の出力列の処理中に切り捨てが発生した場合のコンポーネントの続行方法を指定する値を取得します。値の設定も可能です。 |
メソッド
SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32) |
IDTSOutputColumn100 オブジェクトの複数のデータ型プロパティを同時に設定します。 |