Метод Visit (IXmlDataType)
Visits the specified IXmlDataType object.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Function Visit ( _
xmlDataType As IXmlDataType _
) As T
'Применение
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
Параметры
- xmlDataType
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IXmlDataType
The IXmlDataType object to visit.
Возвращаемое значение
Тип: T
The object that is returned by the visit.