Méthode Visit (ICursorDataType)
Visits the specified ICursorDataType object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Function Visit ( _
cursorDataType As ICursorDataType _
) As T
'Utilisation
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
Paramètres
- cursorDataType
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICursorDataType
The ICursorDataType object to visit.
Valeur de retour
Type : T
The object that is returned by the visit.