ExternalTableDistributionType 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 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
Name | Value | Description |
---|---|---|
Sharded | 0 | External table has SHARDED distribution. |
Replicated | 1 | External table has REPLICATED distribution. |
RoundRobin | 2 | External table has ROUND_ROBIN distribution. |
None | 255 | External table doesn't have a distribution. |