MeasureGroup.EstimatedSize Property
Gets or sets the estimated size of a MeasureGroup.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<DefaultValueAttribute(0)> _
<ReadOnlyAttribute(True)> _
Public Property EstimatedSize As Long
[DefaultValueAttribute(0)]
[ReadOnlyAttribute(true)]
public long EstimatedSize { get; set; }
[DefaultValueAttribute(0)]
[ReadOnlyAttribute(true)]
public:
property long long EstimatedSize {
long long get ();
void set (long long value);
}
/** @property */
public long get_EstimatedSize ()
/** @property */
public void set_EstimatedSize (long value)
public function get EstimatedSize () : long
public function set EstimatedSize (value : long)
Valeur de propriété
A long integer containing the estimated size of a MeasureGroup.
Notes
The estimated size of the measure group is shown in number of bytes. The data type is long integer, but it represents bytes.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MeasureGroup Class
MeasureGroup Members
Microsoft.AnalysisServices Namespace