CreateDispositionType 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.
Contains the values of CREATION_DISPOSITION option
public enum CreateDispositionType
type CreateDispositionType =
Public Enum CreateDispositionType
- Inheritance
-
CreateDispositionType
Fields
Name | Value | Description |
---|---|---|
CreateNew | 1 | Create New. |
OpenExisting | 2 | Open Existing. |