次の方法で共有


Visit メソッド (IUdtMethod)

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

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
Function Visit ( _
    udtMethod As IUdtMethod _
) As T
'使用
Dim instance As IMetadataObjectVisitor
Dim udtMethod As IUdtMethod
Dim returnValue As T

returnValue = instance.Visit(udtMethod)
T Visit(
    IUdtMethod udtMethod
)
T Visit(
    IUdtMethod^ udtMethod
)
abstract Visit : 
        udtMethod:IUdtMethod -> 'T 
function Visit(
    udtMethod : IUdtMethod
) : T

パラメーター

戻り値

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