Database.EstimatedSize Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the read-only estimated size, in bytes, of the parent Database.

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 representation of size in bytes.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top