DwTableDistributionType Enum

Definition

The enumeration specifies the SQL DW distributed table distribution types.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DwTableDistributionConverter))]
public enum DwTableDistributionType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DwTableDistributionConverter))>]
type DwTableDistributionType = 
Public Enum DwTableDistributionType
Inheritance
DwTableDistributionType
Attributes

Fields

Hash 2

SQL DW table has a HASH distribution.

None 1

A table doesn't have a distribution.

Replicate 3

SQL DW table has a REPLICATE distribution.

RoundRobin 4

SQL DW table has a ROUND_ROBIN distribution.

Undefined 0

A table distribution is undefined.

Applies to