다음을 통해 공유


MeasureGroup.EstimatedSize 속성

Gets or sets the estimated size of a MeasureGroup.

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

구문

‘선언
Public Property EstimatedSize As Long 
    Get 
    Set
‘사용 방법
Dim instance As MeasureGroup 
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 long integer containing the estimated size of a MeasureGroup.

주의

The estimated size of the measure group is shown in number of bytes. The data type is long integer, but it represents bytes.

참고 항목

참조

MeasureGroup 클래스

Microsoft.AnalysisServices 네임스페이스