Метод Visit (IUserDefinedClrType)

Visits the specified IUserDefinedClrType object.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Function Visit ( _
    userDefinedClrType As IUserDefinedClrType _
) As T
'Применение
Dim instance As ISchemaOwnedObjectVisitor
Dim userDefinedClrType As IUserDefinedClrType
Dim returnValue As T

returnValue = instance.Visit(userDefinedClrType)
T Visit(
    IUserDefinedClrType userDefinedClrType
)
T Visit(
    IUserDefinedClrType^ userDefinedClrType
)
abstract Visit : 
        userDefinedClrType:IUserDefinedClrType -> 'T 
function Visit(
    userDefinedClrType : IUserDefinedClrType
) : T

Параметры

Возвращаемое значение

Тип: T
The object that is returned by the visit.