Object views are lists of objects of the same type within the same database. These can be filtered to allow for quick searching.
To open an Object View, expand the database the object type is on. Select the object type, for example Stored Procedures, and right click. Select Open.
A new page is displayed with a list of the objects, in this case Stored Procedures.
To filter the list, type the filter criteria into the text box. As you type the filter is automatically applied so that any object name containing that text is displayed.
To clear the filter click the Clear Filter button
By default only user objects are displayed. If you wish to see system objects check the View System Objects check box. System objects are displayed in blue.
You can sort the list by clicking on the appropriate column header or group objects together by, for example, dragging the Schema column to the 'Drag a column header here to group by that column' group box. This is especially useful for when you have a large number of users/schemas available.
Various options are available from the context menu, such as scripting or dropping the selected object.