IDTSOutputColumn100.DataType 属性

定义

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DataType get(); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DataType DataType { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DataType
Public ReadOnly Property DataType As DataType

属性值

DataType 枚举返回一个值,该值指示存储在列中的数据的类型。

属性

注解

DataType 表示在执行组件期间列中包含的数据。

有关 Integration Services 数据类型及其属性的详细信息,请参阅 Integration Services 数据类型

适用于