示例#1
0
        public ETLInfo(ETLSource source, string dstTableName)
            : this()
        {
            this.SourceTable          = source;
            this.DestinationTableName = dstTableName;

            this.ColumnMapping = SourceTable.GetDeafultColumnMapping();
        }