TableDistributionPolicyType 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 type of a SQL DW table distribution policy.
public enum TableDistributionPolicyType
type TableDistributionPolicyType =
Public Enum TableDistributionPolicyType
- Inheritance
-
TableDistributionPolicyType
Fields
Name | Value | Description |
---|---|---|
None | 0 | None |
Replicate | 1 | Replicate |
RoundRobin | 2 | RoundRobin |
Hash | 3 | Hash |