HasCompressedPartitions 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
    Get
用法
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

属性值

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

注释

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