官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Each row in the Customer table represents an individual customer."

A block of code is set as follows:

[default]
DECLARE @Table2 TABLE (
COL1 [int],
COL2 [varchar](30),
COL3 [datetime],
  INDEX [ixc_col3] CLUSTERED (col3)
    WITH (FILLFACTOR=80),
  INDEX [ixnc_col1_col2] NONCLUSTERED (col1, col2)
    WITH (FILLFACTOR=80)
);

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Right-click on User-Defined Data Types and choose New User-Defined Data Type."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 桐柏县| 临沭县| 讷河市| 嫩江县| 长丰县| 阜南县| 兰溪市| 浑源县| 甘孜县| 宝山区| 绵阳市| 郎溪县| SHOW| 丁青县| 西平县| 广西| 安乡县| 杭州市| 马龙县| 鲁山县| 奇台县| 万年县| 彭水| 葫芦岛市| 罗江县| 界首市| 依安县| 崇明县| 滦平县| 乐安县| 青岛市| 杭锦后旗| 奉贤区| 江城| 武山县| 营口市| 东阿县| 利津县| 平乐县| 扶沟县| 西昌市|