Message in Japanese (日本語)
プロシージャ sp_addextendedproperty、sp_updateextendedproperty、sp_dropextendedproperty、およびテーブル値関数 fn_listextendedproperty で、値 'TYPE' が設定された level0type を使用することは推奨されません。今後のバージョンの SQL Server では削除される予定です。型はスキーマのスコープが設定されるようになるので、TYPE の拡張プロパティには、値 'SCHEMA' が設定された level0type および値 'TYPE' が設定された level1type を使用してください。
Unlocalized message
Use of level0type with value 'TYPE' in procedure sp_addextendedproperty, sp_updateextendedproperty and sp_dropextendedproperty and in table-valued function fn_listextendedproperty has been deprecated and will be removed in a future version of SQL Server. Types are now schema scoped and hence use level0type with value 'SCHEMA' and level1type with value 'TYPE' for extended properties on TYPE.
Search by Google