Share via


ILiteralScalarFactory.Money Property

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

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

Syntax

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

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

Property Value

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

See Also

Reference

ILiteralScalarFactory Interface

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace