Partager via


Méthode Visit (ISchema)

Visits the specified ISchema 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 ( _
    schema As ISchema _
) As T
'Utilisation
Dim instance As IDatabaseOwnedObjectVisitor
Dim schema As ISchema
Dim returnValue As T

returnValue = instance.Visit(schema)
T Visit(
    ISchema schema
)
T Visit(
    ISchema^ schema
)
abstract Visit : 
        schema:ISchema -> 'T 
function Visit(
    schema : ISchema
) : T

Paramètres

Valeur de retour

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