DwTableDistributionType Enumeração

Definição

A enumeração especifica os tipos de distribuição de tabela distribuída do SQL DW.

[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
Herança
DwTableDistributionType
Atributos

Campos

Nome Valor Description
Undefined 0

Uma distribuição de tabela é indefinida.

None 1

Uma tabela não tem uma distribuição.

Hash 2

A tabela SQL DW tem uma distribuição HASH.

Replicate 3

A tabela SQL DW tem uma distribuição REPLICA.

RoundRobin 4

A tabela SQL DW tem uma distribuição ROUND_ROBIN.

Aplica-se a