Partition.EstimatedSize Property

 

Applies To: SQL Server 2016 Preview

Gets the estimated size of the partition in bytes.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[ReadOnlyAttribute(true)]
[DefaultValueAttribute(0)]
public long EstimatedSize { get; set; }
public:
[ReadOnlyAttribute(true)]
[DefaultValueAttribute(0)]
property long long EstimatedSize {
    long long get();
    void set(long long value);
}
[<ReadOnlyAttribute(true)>]
[<DefaultValueAttribute(0)>]
member EstimatedSize : int64 with get, set
<ReadOnlyAttribute(True)>
<DefaultValueAttribute(0)>
Public Property EstimatedSize As Long

Property Value

Type: System.Int64

A 64-bit signed integer.

Remarks

This is a read-only property.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top