PartitioningScheme Enum

Definition

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

Applies to