Udostępnij przez


Index.HasCompressedPartitions Property

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)] 
public bool HasCompressedPartitions { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)] 
public:
property bool HasCompressedPartitions {
    bool get ();
}
/** @property */
public boolean get_HasCompressedPartitions ()
public function get HasCompressedPartitions () : boolean

Property Value

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

Remarks

The partitions are identified by the PhysicalPartitionCollection.

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.