Partition.EstimatedSize プロパティ

パーティションの推定サイズをバイト単位で取得します。

名前空間:  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
64 ビットの符号付き整数です。

説明

これは読み取り専用プロパティです。

関連項目

参照

Partition クラス

Microsoft.AnalysisServices 名前空間