Compartir a través de


Visit Método (IXmlDataType)

Visits the specified IXmlDataType object.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Function Visit ( _
    xmlDataType As IXmlDataType _
) As T
'Uso
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

Valor devuelto

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