Measure.NumericScale 属性

Gets the numeric scale for the Measure.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property NumericScale As Integer 
    Get
用法
Dim instance As Measure 
Dim value As Integer 

value = instance.NumericScale
public int NumericScale { get; }
public:
property int NumericScale {
    int get ();
}
member NumericScale : int
function get NumericScale () : int

属性值

类型:System.Int32
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.

注释

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.

请参阅

参考

Measure 类

Microsoft.AnalysisServices.AdomdServer 命名空间