PipelineComponentExt.CreateColumnInfoFromDtsType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- name
- String
- dtsType
- DataType
- row
- DataRow