Measure.NumericScale Property
Gets the numeric scale for the Measure.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NumericScale As Integer
public int NumericScale { get; }
public:
property int NumericScale {
int get ();
}
/** @property */
public int get_NumericScale ()
public function get NumericScale () : int
Valeur de propriété
A Short that contains a value representing the numeric scale of the Measure. An Int16 that contains a value representing the numeric scale of the Measure.
Notes
The NumericScale property describes the numeric scale, or the maximum number of digits to the right of the decimal point, of the OLE DB data type for the measure. If the measure does not have a numeric data type, this property returns a value of 0. Otherwise, the value of this property represents the numeric scale for the specified data type as supported by the underlying data source.
For more information about numeric scale in OLE DB, see Chapter 13, "Data Types in OLE DB" in the OLE DB documentation.
The value of this property is identical to the value of the NUMERIC_SCALE column of the MEASURES schema rowset for the specified measure.
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
Measure Class
Measure Members
Microsoft.AnalysisServices.AdomdServer Namespace