共用方式為


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.