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