IMetadataObjectVisitor<T>.Visit Method (IScalarExpression)
Visits the specified IScalarExpression object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Function Visit ( _
scalarExpression As IScalarExpression _
) As T
'Usage
Dim instance As IMetadataObjectVisitor
Dim scalarExpression As IScalarExpression
Dim returnValue As T
returnValue = instance.Visit(scalarExpression)
T Visit(
IScalarExpression scalarExpression
)
T Visit(
IScalarExpression^ scalarExpression
)
abstract Visit :
scalarExpression:IScalarExpression -> 'T
function Visit(
scalarExpression : IScalarExpression
) : T
Parameters
- scalarExpression
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarExpression
The IScalarExpression object to visit.
Return Value
Type: T
The object that is returned by the visit.