Measure.NumericScale Property
Gets the numeric scale for the Measure.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
구문
‘선언
Public ReadOnly Property NumericScale As Short
public short NumericScale { get; }
public:
property short NumericScale {
short get ();
}
/** @property */
public short get_NumericScale ()
public function get NumericScale () : short
속성 값
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.
스레드 보안
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.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
Measure Class
Measure Members
Microsoft.AnalysisServices.AdomdClient Namespace