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