A field class providing native access to the CLR User-defined Types (UDT) fields of SQL Server.
For a list of all members of this type, see TMSUDTField members.
TMSUDTField = class(TBlobField);
This field class is designed to provide native access to the CLR User-defined Types (UDT) fields of SQL Server. UDT fields are mapped to TMSUDTField only if SQL Native Client is used as TMSConnection.Options. Otherwise, UDT fields are mapped to TVarBytesField.
You can get information about the underlying UDT using TMSUDTField.AssemblyTypename, TMSUDTField.UDTCatalogname, TMSUDTField.UDTName, TMSUDTField.UDTSchemaname. Extended abilities of UDT fields are accessible in Win32 applications through the TMSUDTField.AsUDT property.
Note: The CLR integration is disabled by default, so you should enable it to work with UDT. http://msdn2.microsoft.com/library/ms254506(VS.80).aspx of MSDN describes how to enable CLR support for SQL Server.