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