ExternalTableDistributionType Enum

Definition

The enumeration specifies the external table distribution. Valid for tables with ShardMapManager external data sources.

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

Fields

None 255

External table doesn't have a distribution.

Replicated 1

External table has REPLICATED distribution.

RoundRobin 2

External table has ROUND_ROBIN distribution.

Sharded 0

External table has SHARDED distribution.

Applies to