DimensionAttribute.EstimatedCount 属性

Gets or sets the estimated number of members for an attribute.

命名空间:  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
The estimated number of members for an attribute.

请参阅

参考

DimensionAttribute 类

Microsoft.AnalysisServices 命名空间