Propriété Table.HasCompressedPartitions

Gets a value indicating whether the table uses compressed partitions

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone,  _
    "false")> _
Public ReadOnly Property HasCompressedPartitions As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
A Boolean value that indicates whether the table has compressed partitions. If True, the table has compressed partitions. Otherwise, False.

Voir aussi

Référence

Table Classe

Espace de noms Microsoft.SqlServer.Management.Smo