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を返します。

属性

注釈

データ型の一覧については、 統合サービスデータ型をご覧ください。

適用対象