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.