FUNCTION  fSegue1Target1N

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

The spectro Segue1Target1 flags can be shown with Select * from Segue1Target1
Sample call to show the Segue1 target flags of some spec objects is
select top 10 specObjId, dbo.fSegue1Target1N(Segue1Target1) as Segue1Target1
from specObj

see also fSegue1Target1, fSecTargetN

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar1000input0