Share via


HasCompressedPartitions Propiedad

Obtiene un valor que indica si la tabla usa particiones comprimidas.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone,  _
    "false")> _
Public ReadOnly Property HasCompressedPartitions As Boolean
    Get
'Uso
Dim instance As Table
Dim value As Boolean

value = instance.HasCompressedPartitions
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone, 
    "false")]
public bool HasCompressedPartitions { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone, 
    L"false")]
public:
property bool HasCompressedPartitions {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone, 
    "false")>]
member HasCompressedPartitions : bool
function get HasCompressedPartitions () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
Valor Boolean que indica si la tabla tiene particiones comprimidas. Si es True, la tabla tiene particiones comprimidas. En caso contrario, False.