PhysicalPartition.DataCompression Property
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 (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property DataCompression As DataCompressionType
[SfcPropertyAttribute]
public DataCompressionType DataCompression { get; set; }
[SfcPropertyAttribute]
public:
property DataCompressionType DataCompression {
DataCompressionType get ();
void set (DataCompressionType value);
}
/** @property */
public DataCompressionType get_DataCompression ()
/** @property */
public void set_DataCompression (DataCompressionType value)
public function get DataCompression () : DataCompressionType
public function set DataCompression (value : DataCompressionType)
Property Value
A DataCompression object value that specifies the type of data compression used to store the parent object on the physical partition.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.