次の方法で共有


PipelineComponentExt.GetMetadataValuesFromRow(DataRow) メソッド

定義

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

パラメーター

row
DataRow

戻り値

適用対象