Поделиться через


Метод Visit (ISchema)

Visits the specified ISchema object.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Function Visit ( _
    schema As ISchema _
) As T
'Применение
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

Параметры

Возвращаемое значение

Тип: T
The object that is returned by the visit.