다음을 통해 공유


SystemDataTypeLookupBase.Numeric 메서드 (Int32)

Gets the ISystemDataType object that represents the numeric data type and has the specified precision.

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

구문

‘선언
Public Function Numeric ( _
    precision As Integer _
) As ISystemDataType
‘사용 방법
Dim instance As SystemDataTypeLookupBase 
Dim precision As Integer 
Dim returnValue As ISystemDataType 

returnValue = instance.Numeric(precision)
public ISystemDataType Numeric(
    int precision
)
public:
ISystemDataType^ Numeric(
    int precision
)
member Numeric : 
        precision:int -> ISystemDataType
public function Numeric(
    precision : int
) : ISystemDataType

매개 변수

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

반환 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the numeric data type.

참고 항목

참조

SystemDataTypeLookupBase 클래스

Numeric 오버로드

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스