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.