TransformErrors Enumeration

DTF API

Copy image CopyHover image
Deployment Tools Foundation TransformErrors Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransformErrors
Declaration Syntax
C# Visual Basic Visual C++ F#
[FlagsAttribute]
public enum TransformErrors
<FlagsAttribute>
Public Enumeration TransformErrors
[FlagsAttribute]
public enum class TransformErrors
[<FlagsAttribute>]
type 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.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)