- PowerShell for SQL Server Essentials
- Donabel Santos
- 200字
- 2021-07-23 20:32:22
Conventions
In this book, you will find a number of text styles 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: "The -Leaf
option provides the filename part of the full path."
A block of code is set as follows:
$server.EnumProcesses() | Where-Object IsSystem -eq $false | Select-Object Spid, Database | Format-Table -AutoSize
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$server.EnumProcesses() |
Where-Object IsSystem -eq $false |
Select-Object Spid, Database |
Format-Table -AutoSize
Any command-line input or output is written as follows:
Get-Help Get-ChildItem -Online
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "You can click on the CPU or Memory option to sort data according to those metrics."
- Java高并發(fā)核心編程(卷2):多線程、鎖、JMM、JUC、高并發(fā)設(shè)計(jì)模式
- Microsoft Dynamics 365 Extensions Cookbook
- Programming ArcGIS 10.1 with Python Cookbook
- 老“碼”識(shí)途
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Solr Cookbook(Third Edition)
- Vue.js應(yīng)用測(cè)試
- Image Processing with ImageJ
- Groovy 2 Cookbook
- 分布式數(shù)據(jù)庫HBase案例教程
- Microsoft Windows Identity Foundation Cookbook
- Learning RxJava
- C語言程序設(shè)計(jì)教程
- C語言從入門到精通(第4版)
- Hands-On Machine Learning with ML.NET