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 命名空间