WriteBackTableCreation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether a writeback table is created during the Process operation.
public enum WriteBackTableCreation
type WriteBackTableCreation =
Public Enum WriteBackTableCreation
- Inheritance
-
WriteBackTableCreation
Fields
Create | 0 | Creates a new writeback table, if one does not exist. If a writeback table already exists, an error occurs. |
CreateAlways | 1 | Creates a new writeback table, overwriting any existing writeback table. |
UseExisting | 2 | Uses the existing writeback table, if one already exists. If one does not exist, an error occurs. |