Compartir a través de


EstimatedRows Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property EstimatedRows As Long
    Get
    Set
'Uso
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)

Valor de la propiedad

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