DimensionAttribute.EstimatedCount Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the estimated number of members for an attribute.

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

Syntax

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

Property Value

Type: System.Int64

The estimated number of members for an attribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top