Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the number of EstimatedRows for a Cube.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property EstimatedRows As Long
Get
Set
'Usage
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)
Property Value
Type: System.Int64
A 64-bit signed Integer.