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.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
Public Enumeration DataCompressionType
‘사용 방법
Dim instance As DataCompressionType
public enum DataCompressionType
public enum class DataCompressionType
type DataCompressionType
public enum DataCompressionType
멤버
멤버 이름 | 설명 | |
---|---|---|
None | There is no data compression specified. | |
Row | Data is compressed at the row level. | |
Page | Data is compressed at the page level. |