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


Метод Visit (ICursorDataType)

Visits the specified ICursorDataType object.

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

Синтаксис

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

returnValue = instance.Visit(cursorDataType)
T Visit(
    ICursorDataType cursorDataType
)
T Visit(
    ICursorDataType^ cursorDataType
)
abstract Visit : 
        cursorDataType:ICursorDataType -> 'T 
function Visit(
    cursorDataType : ICursorDataType
) : T

Параметры

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

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