MeasureGroup.EstimatedRows 속성

Gets or sets the estimated number of rows in the MeasureGroup.

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

구문

‘선언
Public Property EstimatedRows As Long 
    Get 
    Set
‘사용 방법
Dim instance As MeasureGroup 
Dim value As Long 

value = instance.EstimatedRows

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

속성 값

유형: System.Int64
A long integer containing the estimated number of rows.

참고 항목

참조

MeasureGroup 클래스

Microsoft.AnalysisServices 네임스페이스