EstimatedCount 屬性
命名空間: 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)