ExternalTableDistributionType Enumeration

 

Enumerates the external table distribution type.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

[TypeConverterAttribute((ExternalTableDistributionConverter^::typeid))]
public enum class ExternalTableDistributionType

Member nameDescription
None

No distribution type.

Replicated

The distribution type is Replicated.

RoundRobin

The distribution type is RoundRobin.

Sharded

The distribution type is Sharded.

Return to top
Show: