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
- userDefinedClrType
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedClrType
The IUserDefinedClrType object to visit.
Return Value
Type: T
The object that is returned by the visit.