Partager via


Méthode Visit (ITable)

Visits the specified IBuiltInFunction 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 ( _
    table As ITable _
) As T
'Utilisation
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

Paramètres

Valeur de retour

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