FUNCTION  fSegue2Target1N

Returns the expanded Segue2Target1 corresponding to the flag value as a string

The spectro Segue2Target1 flags can be shown with Select * from Segue2Target1
Sample call to show the SEGUE-2 target flags of some spec objects is
select top 10 specObjId, dbo.fSegue2Target1N(Segue2Target1) as segue2Target1
from specObj

see also fSegue2Target1, fSecTargetN

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar1000input0