DwViewDistributionType 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.
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
Name | Value | Description |
---|---|---|
Undefined | 0 | A view distribution is undefined. |
Hash | 2 | SQL DW view has a HASH distribution. |
RoundRobin | 4 | SQL DW View has a ROUND_ROBIN distribution. |