Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets or sets the type of data compression used to store the parent object on the physical partition.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataCompression As DataCompressionType
Get
Set
'Uso
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)
Valor de la propiedad
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.