FlatFileColumn.DataType プロパティ

定義

重要

この API は CLS 準拠ではありません。

フラット ファイルの列に格納された値の DataType を取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType value); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType { get; set; }
[<System.CLSCompliant(false)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType with get, set
Public Property DataType As DataType

プロパティ値

DataType を返します。

属性

注釈

データ型の一覧については、「 Integration Services データ型」を参照してください

適用対象