IMetadataObjectVisitor<T>.Visit Method (ICursorDataType)
Visits the specified ICursorDataType object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Function Visit ( _
cursorDataType As ICursorDataType _
) As T
'Usage
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
Parameters
- cursorDataType
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ICursorDataType
The ICursorDataType object to visit.
Return Value
Type: T
The object that is returned by the visit.