Share via


SystemDataTypeLookupBase.Numeric Method

Gets the ISystemDataType object that represents the numeric data type.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Function Numeric As ISystemDataType
'Usage
Dim instance As SystemDataTypeLookupBase
Dim returnValue As ISystemDataType

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

Return Value

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