Método Visit (IUserDefinedClrType)
Visits the specified IUserDefinedClrType object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Function Visit ( _
userDefinedClrType As IUserDefinedClrType _
) As T
'Uso
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
Parâmetros
- userDefinedClrType
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IUserDefinedClrType
The IUserDefinedClrType object to visit.
Valor de retorno
Tipo: T
The object that is returned by the visit.