Deployment Tools Foundation
TransformErrors Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TransformErrors
Transform error conditions available for CreateTransformSummaryInfo(Database, String, TransformErrors, TransformValidations) or
ApplyTransform(String, TransformErrors).
Declaration Syntax
C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum TransformErrors
<FlagsAttribute> _ Public Enumeration TransformErrors
[FlagsAttribute] public enum class TransformErrors
Members
Member | Description |
---|---|
None |
No error conditions.
|
AddExistingRow |
Adding a row that already exists.
|
DelMissingRow |
Deleting a row that doesn't exist.
|
AddExistingTable |
Adding a table that already exists.
|
DelMissingTable |
Deleting a table that doesn't exist.
|
UpdateMissingRow |
Updating a row that doesn't exist.
|
ChangeCodePage |
Transform and database code pages do not match and neither code page is neutral.
|
ViewTransform |
Create the temporary _TransformView table when applying the transform.
|