ISchemaOwnedObjectVisitor<T>.Visit Method (IUserDefinedClrType)

Visits the specified IUserDefinedClrType object.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Function Visit ( _
    userDefinedClrType As IUserDefinedClrType _
) As T
'Usage
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

Parameters

Return Value

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

See Also

Reference

ISchemaOwnedObjectVisitor<T> Interface

Visit Overload

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace