次の方法で共有


Visit メソッド (ITable)

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

名前空間:  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
訪問によって返されるオブジェクトです。