Método Visit (IScalarExpression)
Visits the specified IScalarExpression object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Function Visit ( _
scalarExpression As IScalarExpression _
) As T
'Uso
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
Parâmetros
- scalarExpression
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarExpression
The IScalarExpression object to visit.
Valor de retorno
Tipo: T
The object that is returned by the visit.