Metodo Visit (IUserDefinedClrType)
Visits the specified IUserDefinedClrType object.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Function Visit ( _
userDefinedClrType As IUserDefinedClrType _
) As T
'Utilizzo
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
Parametri
- userDefinedClrType
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IUserDefinedClrType
The IUserDefinedClrType object to visit.
Valore restituito
Tipo: T
The object that is returned by the visit.