HasCompressedPartitions 속성
Gets or sets the Boolean property value that specifies whether the index has compressed partitions.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property HasCompressedPartitions As Boolean
Get
‘사용 방법
Dim instance As Index
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
속성 값
형식: System. . :: . .Boolean
A Boolean value that specifies whether the index has compressed partitions.
If True, the index has compressed partitions. Otherwise, False (default).
주의
The partitions are identified by the PhysicalPartitionCollection()()()().