共用方式為


AggregationDesignAttribute.EstimatedCount 屬性

Gets or sets the estimated number of members for Attribute.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property EstimatedCount As Long 
    Get 
    Set
'用途
Dim instance As AggregationDesignAttribute 
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
The estimated number of members for Attribute.

請參閱

參考

AggregationDesignAttribute 類別

Microsoft.AnalysisServices 命名空間