PartitioningScheme 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.
Enumerates whether Partition Scheme is scripted for None,Table,Index or All
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PartitioningScheme
[<System.Flags>]
type PartitioningScheme =
Public Enum PartitioningScheme
- Inheritance
-
PartitioningScheme
- Attributes
Fields
All | 3 | Partition Scheme for both table and index |
Index | 2 | Partition Scheme for index |
None | 0 | No Partition Scheme |
Table | 1 | Partition Scheme for table |