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


Метод Visit (ICursorVariable)

Visits the specified ICursorVariable object.

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

Синтаксис

'Декларация
Function Visit ( _
    cursorVariable As ICursorVariable _
) As T
'Применение
Dim instance As IMetadataObjectVisitor
Dim cursorVariable As ICursorVariable
Dim returnValue As T

returnValue = instance.Visit(cursorVariable)
T Visit(
    ICursorVariable cursorVariable
)
T Visit(
    ICursorVariable^ cursorVariable
)
abstract Visit : 
        cursorVariable:ICursorVariable -> 'T 
function Visit(
    cursorVariable : ICursorVariable
) : T

Параметры

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

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