次の方法で共有


DimensionAttribute.EstimatedCount プロパティ

属性の推定メンバー数を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property EstimatedCount As Long 
    Get 
    Set
'使用
Dim instance As DimensionAttribute 
Dim value As Long 

value = instance.EstimatedCount

instance.EstimatedCount = value
public long EstimatedCount { get; set; }
public:
property long long EstimatedCount {
    long long get ();
    void set (long long value);
}
member EstimatedCount : int64 with get, set
function get EstimatedCount () : long 
function set EstimatedCount (value : long)

プロパティ値

型: System.Int64
属性のメンバーの推定数です。

関連項目

参照

DimensionAttribute クラス

Microsoft.AnalysisServices 名前空間