Partager via


HasCompressedPartitions propriété

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
    Get
'Utilisation
Dim instance As Table
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

Valeur de la propriété

Type : System. . :: . .Boolean