AggregationDesign.EstimatedRows 属性

Gets or sets the number of estimated rows (average) in the partition associated with the AggregationDesign.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property EstimatedRows As Long 
    Get 
    Set
用法
Dim instance As AggregationDesign 
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
An integer representing the estimated number of rows in a partition.

请参阅

参考

AggregationDesign 类

Microsoft.AnalysisServices 命名空间