Cube.EstimatedRows 屬性
Gets or sets the number of EstimatedRows for a Cube.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property EstimatedRows As Long
Get
Set
'用途
Dim instance As Cube
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 64-bit signed Integer.