IScalarFactory Interface

Defines methods and properties that can be used to create scalar objects.

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

Syntax

'Declaration
Public Interface IScalarFactory
'Usage
Dim instance As IScalarFactory
public interface IScalarFactory
public interface class IScalarFactory
type IScalarFactory =  interface end
public interface IScalarFactory

The IScalarFactory type exposes the following members.

Properties

  Name Description
Public property Literal Gets an ILiteralScalarFactory object that can be used to create literal scalar expressions.
Public property Null Gets an IScalar object that can be used as a placeholder scalar.

Top

Methods

  Name Description
Public method CreateScalarExpression Creates an IScalarExpression object that represents the evaluation of a scalar expression that has the specified data type.

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace