Freigeben über


Measure.NumericPrecision Property

Gets the numeric precision value for the Measure.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property NumericPrecision As Integer
public int NumericPrecision { get; }
public:
property int NumericPrecision {
    int get ();
}
/** @property */
public int get_NumericPrecision ()
public function get NumericPrecision () : int

Eigenschaftswert

An Integer that contains a value representing the numeric precision of the Measure.

Hinweise

The NumericPrecision property describes the numeric precision, or the maximum number of digits, 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 maximum numeric precision for the specified data type as supported by the underlying data source.

For more information about numeric precision 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_PRECISION column of the MEASURES schema rowset for the specified measure.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Measure Class
Measure Members
Microsoft.AnalysisServices.AdomdServer Namespace