Méthode Visit (IScalarVariable)
Visits the specified IScalarVariable object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Function Visit ( _
scalarVariable As IScalarVariable _
) As T
'Utilisation
Dim instance As IMetadataObjectVisitor
Dim scalarVariable As IScalarVariable
Dim returnValue As T
returnValue = instance.Visit(scalarVariable)
T Visit(
IScalarVariable scalarVariable
)
T Visit(
IScalarVariable^ scalarVariable
)
abstract Visit :
scalarVariable:IScalarVariable -> 'T
function Visit(
scalarVariable : IScalarVariable
) : T
Paramètres
- scalarVariable
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IScalarVariable
The IScalarVariable object to visit.
Valeur de retour
Type : T
The object that is returned by the visit.