Database.EstimatedSize Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public long EstimatedSize { get; set; }
public:
property long long EstimatedSize {
    long long get();
    void set(long long value);
}
member EstimatedSize : int64 with get, set
Public Property EstimatedSize As Long

Property Value

Type: System.Int64

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top