IDTSOutputColumn100.DataType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取列 DataType。
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.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.DataType
Public ReadOnly Property DataType As DataType
属性值
从 DataType 枚举返回一个值,该值指示存储在列中的数据的类型。
- 属性
注解
表示 DataType
执行组件期间列中包含的数据。
有关 Integration Services 数据类型及其属性的详细信息,请参阅 Integration Services 数据类型。