Свойство Database.EstimatedSize

Gets or sets the read-only estimated size, in bytes, of the parent Database.

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

Синтаксис

'Декларация
Public Property EstimatedSize As Long 
    Get 
    Set
'Применение
Dim instance As Database 
Dim value As Long 

value = instance.EstimatedSize

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

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

Тип: System.Int64
A 64-bit signed integer representation of size in bytes.

См. также

Справочник

Database Класс

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