PipelineComponentExt.CreateColumnInfoFromDtsType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual Microsoft::SqlServer::Dts::Pipeline::ColumnInformation ^ CreateColumnInfoFromDtsType(System::String ^ name, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType dtsType, System::Data::DataRow ^ row);
protected virtual Microsoft.SqlServer.Dts.Pipeline.ColumnInformation CreateColumnInfoFromDtsType (string name, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dtsType, System.Data.DataRow row);
abstract member CreateColumnInfoFromDtsType : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * System.Data.DataRow -> Microsoft.SqlServer.Dts.Pipeline.ColumnInformation
override this.CreateColumnInfoFromDtsType : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * System.Data.DataRow -> Microsoft.SqlServer.Dts.Pipeline.ColumnInformation
Protected Overridable Function CreateColumnInfoFromDtsType (name As String, dtsType As DataType, row As DataRow) As ColumnInformation
Parameters
- name
- String
- dtsType
- DataType
- row
- DataRow