MeasureGroup.EstimatedSize プロパティ
MeasureGroup の推定サイズを取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property EstimatedSize As Long
Get
Set
'使用
Dim instance As MeasureGroup
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
MeasureGroup の推定サイズを表す long integer です。
説明
メジャー グループの推定サイズはバイト数で示されます。 データ型は long integer ですが、バイト数を表します。