Partition.EstimatedSize Property

Definition

Gets the estimated size of the partition in bytes.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Partition_EstimatedSize")]
public long EstimatedSize { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Partition_EstimatedSize")>]
member this.EstimatedSize : int64 with get, set
Public Property EstimatedSize As Long

Property Value

Int64

A 64-bit signed integer.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

This is a read-only property.

Applies to