Table.HasCompressedPartitions Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean