다음을 통해 공유


Visit 메서드 (IUdtMethod)

Visits the specified IUdtMethod object.

네임스페이스:  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
The object that is returned by the visit.