Méthode Visit (ITableValuedFunction)
Visits the specified ITableValuedFunction 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 ( _
tableValuedFunction As ITableValuedFunction _
) As T
'Utilisation
Dim instance As ISchemaOwnedObjectVisitor
Dim tableValuedFunction As ITableValuedFunction
Dim returnValue As T
returnValue = instance.Visit(tableValuedFunction)
T Visit(
ITableValuedFunction tableValuedFunction
)
T Visit(
ITableValuedFunction^ tableValuedFunction
)
abstract Visit :
tableValuedFunction:ITableValuedFunction -> 'T
function Visit(
tableValuedFunction : ITableValuedFunction
) : T
Paramètres
- tableValuedFunction
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableValuedFunction
The ITableValuedFunction object to visit.
Valeur de retour
Type : T
The object that is returned by the visit.