Visit-Methode (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
Parameter
- cursorDataType
Typ: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICursorDataType
The ICursorDataType object to visit.
Rückgabewert
Typ: T
The object that is returned by the visit.