Метод Visit (ITableDataType)
Visits the specified ITableDataType object.
Пространство имен: 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
The ITableDataType object to visit.
Возвращаемое значение
Тип: T
The object that is returned by the visit.