Метод Visit (IUdtMethod)
Visits the specified IUdtMethod object.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Function Visit ( _
udtMethod As IUdtMethod _
) As T
'Применение
Dim instance As IMetadataObjectVisitor
Dim udtMethod As IUdtMethod
Dim returnValue As T
returnValue = instance.Visit(udtMethod)
T Visit(
IUdtMethod udtMethod
)
T Visit(
IUdtMethod^ udtMethod
)
abstract Visit :
udtMethod:IUdtMethod -> 'T
function Visit(
udtMethod : IUdtMethod
) : T
Параметры
- udtMethod
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IUdtMethod
The IUdtMethod object to visit.
Возвращаемое значение
Тип: T
The object that is returned by the visit.