Compartilhar via


Propriedade do RDL Partition.EstimatedSize

Gets the estimated size of the partition in bytes.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property EstimatedSize As Long 
    Get 
    Set
'Uso
Dim instance As Partition 
Dim value As Long 

value = instance.EstimatedSize

instance.EstimatedSize = value
public long EstimatedSize { get; set; }
public:
property long long EstimatedSize {
    long long get ();
    void set (long long value);
}
member EstimatedSize : int64 with get, set
function get EstimatedSize () : long 
function set EstimatedSize (value : long)

Valor da propriedade

Tipo: System.Int64
A 64-bit signed integer.

Comentários

This is a read-only property.

Consulte também

Referência

Partition Classe

Namespace Microsoft.AnalysisServices