Storage 属性

Gets the total estimated storage, in bytes, required for aggregations designed to this point.

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

语法

声明
Public ReadOnly Property Storage As Long
    Get
用法
Dim instance As DesignAggregationsResult
Dim value As Long

value = instance.Storage
public long Storage { get; }
public:
property long long Storage {
    long long get ();
}
member Storage : int64
function get Storage () : long

属性值

类型:System. . :: . .Int64
A long value with the estimated storage in bytes.