EstimatedCount propriété
Gets or sets the estimated number of members for an attribute.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property EstimatedCount As Long
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Int64
A 64-bit signed integer containing the estimated number of members for an attribute.
Voir aussi