IMetadataObjectVisitor<T>.Visit Method (IXmlDataType)
Visits the specified IXmlDataType object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Function Visit ( _
xmlDataType As IXmlDataType _
) As T
'Usage
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
Parameters
- xmlDataType
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IXmlDataType
The IXmlDataType object to visit.
Return Value
Type: T
The object that is returned by the visit.