AggregationDesign.EstimatedRows Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the number of estimated rows (average) in the partition associated with the AggregationDesign.

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

Syntax

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

Property Value

Type: System.Int64

An integer representing the estimated number of rows in a partition.

See Also

AggregationDesign Class
Microsoft.AnalysisServices Namespace

Return to top