DiskStatementOptionKind 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.
Different disk statement options
public enum DiskStatementOptionKind
type DiskStatementOptionKind =
Public Enum DiskStatementOptionKind
- Inheritance
-
DiskStatementOptionKind
Fields
Name | Value | Description |
---|---|---|
Name | 0 | The name of the database. |
PhysName | 1 | The physical name of the device. |
VDevNo | 2 | The virtual device number. |
Size | 3 | The amount of space. |
VStart | 4 | The starting virtual address. |