PipelineComponentExt.CreateColumnInfoFromDtsType 方法

定义

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

参数

name
String
dtsType
DataType
row
DataRow

返回

适用于