DwViewDistributionType Enum

Definition

The enumeration specifies the SQL DW materialized view distribution types.

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

Fields

Hash 2

SQL DW view has a HASH distribution.

RoundRobin 4

SQL DW View has a ROUND_ROBIN distribution.

Undefined 0

A view distribution is undefined.

Applies to