ExternalTableDistributionType Enumeration
Enumerates the external table distribution type.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| None | No distribution type. | |
| Replicated | The distribution type is Replicated. | |
| RoundRobin | The distribution type is RoundRobin. | |
| Sharded | The distribution type is Sharded. |
Show: