ILiteralScalarFactory.Integer Property
Gets an IScalarExpression object that represents a literal expression of integer data type.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Integer As IScalarExpression
Get
'Usage
Dim instance As ILiteralScalarFactory
Dim value As IScalarExpression
value = instance.Integer
IScalarExpression Integer { get; }
property IScalarExpression^ Integer {
IScalarExpression^ get ();
}
abstract Integer : IScalarExpression
function get Integer () : IScalarExpression
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarExpression
An IScalarExpression object.
See Also
Reference
ILiteralScalarFactory Interface
Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace