- Expert Cube Development with SSAS Multidimensional Models
- Chris Webb Alberto Ferrari Marco Russo
- 159字
- 2021-08-13 18:02:55
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 are shown as follows: "DimGeography
is not used to create a new dimension, but is being used to add geographic attributes to the Customer
dimension."
A block of code will be set as follows:
CASE WHEN Weight IS NULL OR Weight<0 THEN 'N/A' WHEN Weight<10 THEN '0-10Kg' WHEN Weight<20 THEN '10-20Kg' ELSE '20Kg or more' END
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 our text like this: "You can set project properties by right-clicking on the Project node in the Solution Explorer pane and selecting Properties."
推薦閱讀
- 自己動(dòng)手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫
- Java Web程序設(shè)計(jì)
- Java項(xiàng)目實(shí)戰(zhàn)精編
- Visual C#.NET程序設(shè)計(jì)
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- 基于Struts、Hibernate、Spring架構(gòu)的Web應(yīng)用開發(fā)
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- C++寶典
- Web程序設(shè)計(jì):ASP.NET(第2版)
- Visual Basic語言程序設(shè)計(jì)基礎(chǔ)(第3版)
- Android高級(jí)開發(fā)實(shí)戰(zhàn):UI、NDK與安全
- Google Adsense優(yōu)化實(shí)戰(zhàn)
- 第五空間戰(zhàn)略:大國(guó)間的網(wǎng)絡(luò)博弈
- 米思齊實(shí)戰(zhàn)手冊(cè):Arduino圖形化編程指南
- C語言學(xué)習(xí)手冊(cè)