Udostępnij za pośrednictwem


Właściwość Table.HasCompressedPartitions

Pobiera wartość wskazującą, czy tabela używa skompresowanych partycji

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone,  _
    "false")> _
Public ReadOnly Property HasCompressedPartitions As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
A Boolean wartość, która wskazuje, czy tabela partycji skompresowany.Jeśli True, tabela zostały skompresowane partycji.W przeciwnym razie jest używana wartość False.