/// A transform can add non-primary key columns to the end of a table. A transform cannot /// be created that adds primary key columns to a table. A transform cannot be created that /// changes the order, names, or definitions of columns. ///
/// If the transform is to be applied during an installation you must use the
///
/// Win32 MSI API: /// MsiDatabaseGenerateTransform ///
/// Win32 MSI API: /// MsiCreateTransformSummaryInfo ///
/// Win32 MSI API: /// MsiDatabaseApplyTransform ///
/// Win32 MSI API: /// MsiDatabaseApplyTransform ///
/// Win32 MSI API: /// MsiDatabaseApplyTransform ///