- 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."
推薦閱讀
- INSTANT OpenCV Starter
- Java面向對象思想與程序設計
- Apache Hive Essentials
- Banana Pi Cookbook
- Learning Python Design Patterns(Second Edition)
- C語言程序設計案例式教程
- Learning Data Mining with R
- PhoneGap:Beginner's Guide(Third Edition)
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Solutions Architect's Handbook
- App Inventor 2 Essentials
- Android Sensor Programming By Example
- 深入分析GCC
- PostgreSQL Developer's Guide
- SaaS攻略:入門、實戰與進階