Partager via


HasCompressedPartitions propriété

Gets or sets the Boolean property value that specifies whether the index has compressed partitions.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
    Get
'Utilisation
Dim instance As Index
Dim value As Boolean

value = instance.HasCompressedPartitions
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public bool HasCompressedPartitions { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property bool HasCompressedPartitions {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member HasCompressedPartitions : bool
function get HasCompressedPartitions () : boolean

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value that specifies whether the index has compressed partitions.
If True, the index has compressed partitions. Otherwise, False (default).

Notes

The partitions are identified by the PhysicalPartitionCollection()()()().