Compartilhar via


Propriedade do RDL AggregationDesignAttribute.EstimatedCount

Gets or sets the estimated number of members for Attribute.

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

Sintaxe

'Declaração
Public Property EstimatedCount As Long 
    Get 
    Set
'Uso
Dim instance As AggregationDesignAttribute 
Dim value As Long 

value = instance.EstimatedCount

instance.EstimatedCount = value
public long EstimatedCount { get; set; }
public:
property long long EstimatedCount {
    long long get ();
    void set (long long value);
}
member EstimatedCount : int64 with get, set
function get EstimatedCount () : long 
function set EstimatedCount (value : long)

Valor da propriedade

Tipo: System.Int64
The estimated number of members for Attribute.

Consulte também

Referência

AggregationDesignAttribute Classe

Namespace Microsoft.AnalysisServices