Proprietà HasCompressedPartitions
Ottiene un valore che indica se la tabella utilizza partizioni compresse.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone, _
"false")> _
Public ReadOnly Property HasCompressedPartitions As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
Valore Boolean che specifica se la tabella include partizioni compresse. Se True, la tabella dispone di partizioni compresse. In caso contrario, False.