共用方式為


DataCompressionType 列舉

The DataCompressionType enumeration contains values that are used to specify the type of data compression used to store data on the physical partition.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Enumeration DataCompressionType
'用途
Dim instance As DataCompressionType
public enum DataCompressionType
public enum class DataCompressionType
type DataCompressionType
public enum DataCompressionType

成員

成員名稱 說明
ColumnStore The column store compression.
None There is no data compression specified.
Page Data is compressed at the page level.
Row Data is compressed at the row level.

備註

The DataCompressionType enumeration class is served by the PhysicalPartition class.

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間