Propriedade do RDL Index.HasCompressedPartitions
Gets or sets the Boolean property value that specifies whether the index has compressed partitions.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
Get
'Uso
Dim instance As Index
Dim value As Boolean
value = instance.HasCompressedPartitions
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public bool HasCompressedPartitions { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property bool HasCompressedPartitions {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member HasCompressedPartitions : bool
function get HasCompressedPartitions () : boolean
Valor da propriedade
Tipo: System.Boolean
A Boolean value that specifies whether the index has compressed partitions. If True, the index has compressed partitions. Otherwise, False (default).
Comentários
The partitions are identified by the PhysicalPartitionCollection.
Exemplos
Criando, alterando e removendo índices
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo