Aracılığıyla paylaş


Database.EstimatedSize Özelliği

Alır veya salt okunur tahmini boyutu, üst bayt cinsinden ayarlar Database.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property EstimatedSize As Long
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Int64
Bayt cinsinden boyutu 64 bitlik imzalı tamsayı gösterimi.