Check Out For Edit Dialog Box

Checks out solutions, projects, or individual items from source control. Checking out an item can copy the current master copy to your local machine and remove its read-only attribute. You can optionally configure the Check Out For Edit command to check out only the local version. Unless your source control package is configured to support shared checkouts, checking out an item also locks the item so that it is read-only to other users.

Dialog Box Access

In SQL Server Management Studio, select an item in Solution Explorer. On the File menu, click Source Control, then click Check Out For Edit.

Note

This dialog box is also available by right-clicking the item in Solution Explorer.

Options

  • Check Out
    Check out all the selected items.

  • Columns
    Identify the columns to display and the order in which they are displayed.

  • Comments
    Specify a comment to associate with the checkout operation.

  • Don't Show Check Out dialog box when checking out items
    Suppress the dialog box during checkout operations.

  • Flat View
    Display the items you are checking out as flat lists under their source control connection.

  • Edit
    Modify an item without checking it out. The Edit button appears only if you have SQL Server Management Studio configured to support the editing of checked-in files.

  • Name
    Displays the names of the items available for checkout. Items that are selected appear with check boxes next to them. If you do not want to check out a particular item, clear its check box.

  • Options
    Displays source control plug-in-specific checkout options when the arrow to the right of the button is clicked.

  • Sort
    Sort the order of the displayed columns.

  • Tree View
    Display the folder and file hierarchy for the item you are checking out.

See Also

Concepts