Compartilhar via


Propriedade do RDL DataCompression

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property DataCompression As DataCompressionType
    Get
    Set
'Uso
Dim instance As PhysicalPartition
Dim value As DataCompressionType

value = instance.DataCompression

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

Valor da propriedade

Tipo: 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.