Visit Método (IUserDefinedClrType)
Visits the specified IUserDefinedClrType object.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: T
The object that is returned by the visit.