Langue

DwTableDistributionType Énumération

Définition

L’énumération spécifie les types de distribution de tables distribuées 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
Héritage
DwTableDistributionType
Attributs

Champs

Nom Valeur Description
Undefined 0

Une distribution de table n’est pas définie.

None 1

Une table n’a pas de distribution.

Hash 2

La table SQL DW a une distribution HASH.

Replicate 3

La table SQL DW a une distribution REPLICATE.

RoundRobin 4

La table SQL DW a une distribution ROUND_ROBIN.

S’applique à