Share via


ILiteralScalarFactory.Numeric Property

Gets an IScalarExpression object that represents a literal expression of numeric data type.

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

Syntax

'Declaration
ReadOnly Property Numeric As IScalarExpression 
    Get
'Usage
Dim instance As ILiteralScalarFactory 
Dim value As IScalarExpression 

value = instance.Numeric
IScalarExpression Numeric { get; }
property IScalarExpression^ Numeric {
    IScalarExpression^ get ();
}
abstract Numeric : IScalarExpression
function get Numeric () : IScalarExpression

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarExpression
An IScalarExpression object.

See Also

Reference

ILiteralScalarFactory Interface

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace