VS Data Pro bug with FULLTEXT INDEX with varbinary(max)

I think I have found a bug in VS Data Pro that deals with FULLTEXT indexes with varbinary(max) columns.

When I add an index to the table like...

CREATEFULLTEXTINDEX ON[Greenstone].[FileAttachment]KEY INDEX[PK_FileAttachment]ON[MainFullTextCatalog]

ALTERFULLTEXTINDEX ON[Greenstone].[FileAttachment]ADD(FileNameLANGUAGE0)

ALTERFULLTEXTINDEX ON[Greenstone].[FileAttachment]ADD(ImageData TYPECOLUMNFileExtensionLANGUAGE0)

When the database script is generated the "TYPE COLUMN FileExtesion" is removed.

CREATEFULLTEXTINDEX ON[Greenstone].[FileAttachment]KEY INDEX[PK_FileAttachment]ON[MainFullTextCatalog]

ALTERFULLTEXTINDEX ON[Greenstone].[FileAttachment]ADD(FileNameLANGUAGE0)

ALTERFULLTEXTINDEX ON[Greenstone].[FileAttachment]ADD(ImageDataLANGUAGE0)

Is this a know bug or am I writing the script incorrect. BTW: this also happens with "Data -> Schema Compare".
[2539 byte] By [KelvinHoover] at [2008-1-3]
# 1

This is a bug which we are now currently investigating. Thank you for reporting it!

Sorry for the inconvenience.

-Tom

tomsmi-MSFT at 2007-9-25 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Database Professionals...
# 2

This bug has been fixed and the fix will be included in the RTM of our first service release.

Thanks,

-Tom

tomsmi-MSFT at 2007-9-25 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - Database Professionals...

Visual Studio Team System

Site Classified