다음을 통해 공유


PhysicalPartition.DataCompression 속성

Gets or sets the type of data compression used to store the parent object on the physical partition.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataCompression As DataCompressionType 
    Get 
    Set
‘사용 방법
Dim instance As PhysicalPartition 
Dim value As DataCompressionType 

value = instance.DataCompression

instance.DataCompression = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DataCompressionType DataCompression { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DataCompressionType DataCompression {
    DataCompressionType get ();
    void set (DataCompressionType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DataCompression : DataCompressionType with get, set
function get DataCompression () : DataCompressionType 
function set DataCompression (value : DataCompressionType)

속성 값

유형: Microsoft.SqlServer.Management.Smo.DataCompressionType
A DataCompression object value that specifies the type of data compression used to store the parent object on the physical partition.

참고 항목

참조

PhysicalPartition 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스