다음을 통해 공유


Visit 메서드 (ITable)

Visits the specified IBuiltInFunction object.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Function Visit ( _
    table As ITable _
) As T
‘사용 방법
Dim instance As ISchemaOwnedObjectVisitor
Dim table As ITable
Dim returnValue As T

returnValue = instance.Visit(table)
T Visit(
    ITable table
)
T Visit(
    ITable^ table
)
abstract Visit : 
        table:ITable -> 'T 
function Visit(
    table : ITable
) : T

매개 변수

반환 값

유형: T
The object that is returned by the visit.