次の方法で共有


Visit メソッド (ICursorDataType)

指定した ICursorDataType オブジェクトを訪問します。

名前空間:  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

パラメーター

戻り値

型: T
訪問によって返されるオブジェクトです。