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
參數
- cursorVariable
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICursorVariable
The ICursorVariable object to visit.
傳回值
型別:T
The object that is returned by the visit.