PipelineComponentExt.GetMetadataValuesFromRow(DataRow) Method

Definition

protected:
 Microsoft::SqlServer::Dts::Pipeline::ColumnInformation ^ GetMetadataValuesFromRow(System::Data::DataRow ^ row);
protected Microsoft.SqlServer.Dts.Pipeline.ColumnInformation GetMetadataValuesFromRow (System.Data.DataRow row);
member this.GetMetadataValuesFromRow : System.Data.DataRow -> Microsoft.SqlServer.Dts.Pipeline.ColumnInformation
Protected Function GetMetadataValuesFromRow (row As DataRow) As ColumnInformation

Parameters

row
DataRow

Returns

Applies to