Поделиться через


Свойство DimensionAttribute.EstimatedCount

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property EstimatedCount As Long 
    Get 
    Set
'Применение
Dim instance As DimensionAttribute 
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)

Значение свойства

Тип: System.Int64
The estimated number of members for an attribute.

См. также

Справочник

DimensionAttribute Класс

Пространство имен Microsoft.AnalysisServices