Partager via


Méthode Visit (IUserDefinedClrType)

Visits the specified IUserDefinedClrType object.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Function Visit ( _
    userDefinedClrType As IUserDefinedClrType _
) As T
'Utilisation
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

Valeur de retour

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