ECreationDisposition Enum
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.
Enum ECreationDisposition
C#
public enum ECreationDisposition
type ECreationDisposition =
Public Enum ECreationDisposition
- Inheritance
-
ECreationDisposition
Name | Value | Description |
---|---|---|
New | 1 | The new |
CreateAlways | 2 | The create always |
OpenExisting | 3 | The open existing |
OpenAlways | 4 | The open always |
TruncateExisting | 5 | The truncate existing |
Produkt | Wersje |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |