다음을 통해 공유


NumericPrecision 속성

Gets the numeric precision of the data type.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property NumericPrecision As Integer
    Get
‘사용 방법
Dim instance As ISystemDataType
Dim value As Integer

value = instance.NumericPrecision
int NumericPrecision { get; }
property int NumericPrecision {
    int get ();
}
abstract NumericPrecision : int
function get NumericPrecision () : int

속성 값

유형: System. . :: . .Int32
The numeric precision of the data type.