다음을 통해 공유


EstimatedSize 속성

Gets the estimated size of the partition in bytes.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Property EstimatedSize As Long
    Get
    Set
‘사용 방법
Dim instance As Partition
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.

주의

This is a read-only property.