ISchemaOwnedObjectVisitor<T>.Visit Method (ITableValuedFunction)

Visits the specified ITableValuedFunction object.

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

Syntax

'Declaration
Function Visit ( _
    tableValuedFunction As ITableValuedFunction _
) As T
'Usage
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

Parameters

Return Value

Type: T
The object that is returned by the visit.

See Also

Reference

ISchemaOwnedObjectVisitor<T> Interface

Visit Overload

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace