Método Visit (ITableDataType)
Visits the specified ITableDataType object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Function Visit ( _
tableDataType As ITableDataType _
) As T
'Uso
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
Parâmetros
- tableDataType
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableDataType
The ITableDataType object to visit.
Valor de retorno
Tipo: T
The object that is returned by the visit.