Partager via


Méthode Visit (IXmlDataType)

Visits the specified IXmlDataType 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 ( _
    xmlDataType As IXmlDataType _
) As T
'Utilisation
Dim instance As IMetadataObjectVisitor
Dim xmlDataType As IXmlDataType
Dim returnValue As T

returnValue = instance.Visit(xmlDataType)
T Visit(
    IXmlDataType xmlDataType
)
T Visit(
    IXmlDataType^ xmlDataType
)
abstract Visit : 
        xmlDataType:IXmlDataType -> 'T 
function Visit(
    xmlDataType : IXmlDataType
) : T

Paramètres

Valeur de retour

Type : T
The object that is returned by the visit.