IDTSOutputColumn100 インターフェイス

定義

コンポーネントが提供するカラムの設計時定義を含みます。

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

Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100列のLineageIDプロパティを取得するか設定します。

MappedColumnID

この IDTSOutputColumn100 オブジェクトにマッピングされたカラムのIDを取得したり設定したりします。

Name

IDTSOutputColumn100の名前を含む文字列の値を取得または設定します。

ObjectType

出力列に対応する DTSObjectType 列挙から値を得ます。

Precision

出力列に含まれる桁数の合計を取得します。

Scale

数値出力列に含まれる小数点数の桁数を得ます。

SortKeyPosition

出力列のソートキーを取得したり設定したりします。

SpecialFlags

出力列の特殊フラグを指定する整数を取得または設定します。

TruncationRowDisposition

実行時に出力カラムを処理中に切断が発生した場合にコンポーネントがどのように進行するかを指定する値を取得または設定します。

メソッド

名前 説明
SetDataTypeProperties(DataType, Int32, Int32, Int32, Int32)

IDTSOutputColumn100オブジェクトの複数のデータ型プロパティを同時に設定します。

適用対象