Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the estimated number of members for an attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property EstimatedCount As Long
Get
Set
'Usage
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)
Property Value
Type: System.Int64
The estimated number of members for an attribute.