void FNC_SetDistinctValue ( UDT_HANDLE udtHandle, void *newValue, int length )
Syntax Elements
- udtHandle
- the handle to a distinct UDT that is defined to be the return value for a UDF or UDM or an INOUT or OUT parameter for an external stored procedure.
- newValue
- a pointer to a buffer containing the new value for the distinct type.
- length
- the size in bytes of the newValue buffer.