Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the estimated rows in the partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property EstimatedRows As Long
Get
Set
'Usage
Dim instance As Partition
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)
Eigenschaftswert
Typ: System.Int64
A 64-bit signed integer with the estimated number of rows in the partition.
Hinweise
EstimatedRows is a value set by the application to indicate how many rows were available for the partition the last time the partition data source view was queried.