Méthode Visit (ITableDataType)
Visits the specified ITableDataType object.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Function Visit ( _
tableDataType As ITableDataType _
) As T
'Utilisation
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
Paramètres
- tableDataType
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableDataType
The ITableDataType object to visit.
Valeur de retour
Type : T
The object that is returned by the visit.