Partition.EstimatedSize 属性

Gets the estimated size of the partition in bytes.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property EstimatedSize As Long 
    Get 
    Set
用法
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)

属性值

类型:System.Int64
A 64-bit signed integer.

注释

This is a read-only property.

请参阅

参考

Partition 类

Microsoft.AnalysisServices 命名空间