言語

DwViewDistributionType 列挙型

定義

列挙体は、SQL DW マテリアライズド ビュー配布の種類を指定します。

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DwViewDistributionConverter))]
public enum DwViewDistributionType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DwViewDistributionConverter))>]
type DwViewDistributionType = 
Public Enum DwViewDistributionType
継承
DwViewDistributionType
属性

フィールド

名前 説明
Undefined 0

ビューの分布は未定義です。

Hash 2

SQL DW ビューにはハッシュ分散があります。

RoundRobin 4

SQL DW ビューには、ROUND_ROBINディストリビューションがあります。

適用対象