다음을 통해 공유


EstimatedCount 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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
A 64-bit signed integer containing the estimated number of members for an attribute.