Visit メソッド (ITableDataType)
指定した ITableDataType オブジェクトを訪問します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Function Visit ( _
tableDataType As ITableDataType _
) As T
'使用
Dim instance As IMetadataObjectVisitor
Dim tableDataType As ITableDataType
Dim returnValue As T
returnValue = instance.Visit(tableDataType)
T Visit(
ITableDataType tableDataType
)
T Visit(
ITableDataType^ tableDataType
)
abstract Visit :
tableDataType:ITableDataType -> 'T
function Visit(
tableDataType : ITableDataType
) : T
パラメーター
- tableDataType
型: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableDataType
訪問する ITableDataType オブジェクトです。
戻り値
型: T
訪問によって返されるオブジェクトです。