Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 47aaf0e

Browse files
committed
[Bulk] INCLUDE file maintenance: use new download icon
1 parent 6008311 commit 47aaf0e

28 files changed

Lines changed: 157 additions & 157 deletions

docs/azure-data-studio/release-notes-azure-data-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article provides details about updates, improvements, and bug fixes for the
1717

1818
## Current Azure Data Studio release
1919

20-
:::image type="icon" source="media/download-icon.png" border="false":::**[Download and install the latest release!](./download-azure-data-studio.md)**
20+
:::image type="icon" source="../includes/media/download.svg" border="false"::: **[Download and install the latest release!](./download-azure-data-studio.md)**
2121

2222
### July 2022
2323

docs/connect/ado-net/step-1-configure-development-environment-ado-net-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Our current code example uses ADO.NET of the .NET Framework, for Windows. The .N
2424

2525
### ADO.NET, for Windows
2626

27-
- :::image type="icon" source="../../ssms/media/download-icon.png"::: [To download and install .NET Framework, including ADO.NET](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
27+
- :::image type="icon" source="../../includes/media/download.svg" border="false"::: [To download and install .NET Framework, including ADO.NET](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
2828

2929
- Install Visual Studio Community, or a similar integrated development environment (IDE) for writing and compiling C# source code. Microsoft now provides Visual Studio Community for *free*.
3030
- [Download Visual Studio Community](https://www.visualstudio.com/products/visual-studio-community-vs)
@@ -35,4 +35,4 @@ Our current code example uses ADO.NET of the .NET Framework, for Windows. The .N
3535

3636
Links to download .NET Core, for a variety of operating systems, are available at:
3737

38-
- :::image type="icon" source="../../ssms/media/download-icon.png"::: [To download and install .NET Core](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
38+
- :::image type="icon" source="../../includes/media/download.svg" border="false"::: [To download and install .NET Core](../sql-connection-libraries.md#anchor-20-drivers-relational-access)

docs/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides d
1919

2020
Version 11.2 is the latest general availability (GA) version. It supports Java 8, 11, 17, and 18. If you need to use an older Java runtime, see the [Java and JDBC specification support matrix](microsoft-jdbc-driver-for-sql-server-support-matrix.md#java-and-jdbc-specification-support) to see if there's a supported driver version you can use. We're continually improving Java connectivity support. As such we highly recommend that you work with the latest version of Microsoft JDBC driver.
2121

22-
**[![Download](../../ssms/media/download-icon.png) Download Microsoft JDBC Driver 11.2 for SQL Server (zip)](https://go.microsoft.com/fwlink/?linkid=2202911)**
23-
**[![Download](../../ssms/media/download-icon.png) Download Microsoft JDBC Driver 11.2 for SQL Server (tar.gz)](https://go.microsoft.com/fwlink/?linkid=2203102)**
22+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft JDBC Driver 11.2 for SQL Server (zip)](https://go.microsoft.com/fwlink/?linkid=2202911)**
23+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft JDBC Driver 11.2 for SQL Server (tar.gz)](https://go.microsoft.com/fwlink/?linkid=2203102)**
2424

2525
### Version information
2626

docs/connect/jdbc/release-notes-for-the-jdbc-driver.md

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

docs/connect/node-js/node-js-driver-for-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: v-davidengel
1414
---
1515
# Node.js Driver for SQL Server
1616

17-
![Download-DownArrow-Circled](../../ssms/media/download-icon.png)[To download Node.js SQL driver](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
17+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: [Download Node.js SQL driver](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
1818

1919
The `tedious` module is a JavaScript implementation of the TDS protocol, which is supported by all modern versions of SQL Server. The driver is an open-source project, available on GitHub.
2020

docs/connect/node-js/step-3-proof-of-concept-connecting-to-sql-using-node-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: v-davidengel
1414
---
1515
# Step 3: Proof of concept connecting to SQL using Node.js
1616

17-
![Download-DownArrow-Circled](../../ssms/media/download-icon.png)[To download Node.js SQL driver](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
17+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: [Download Node.js SQL driver](../sql-connection-libraries.md#anchor-20-drivers-relational-access)
1818

1919
This example should be considered a proof of concept only. The sample code is simplified for clarity, and does not necessarily represent best practices recommended by Microsoft. Other examples, which use the same crucial functions are available on GitHub:
2020

docs/connect/odbc/download-odbc-driver-for-sql-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The redistributable installer for Microsoft ODBC Driver 18 for SQL Server instal
2424

2525
Version 18.1.1.1 is the latest general availability (GA) version. The Microsoft ODBC Driver 18 for SQL Server will install side by side with Microsoft ODBC Driver 17 for SQL Server.
2626

27-
**[![Download](../../ssms/media/download-icon.png) Download Microsoft ODBC Driver 18 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2202930)**
28-
**[![Download](../../ssms/media/download-icon.png) Download Microsoft ODBC Driver 18 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2203124)**
27+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2202930)**
28+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2203124)**
2929

3030

3131
### Version information
@@ -50,8 +50,8 @@ Microsoft ODBC Driver 18.1.1.1 for SQL Server (x86):
5050

5151
Version 17.10.1 is the latest general availability (GA) version of the 17.x driver. If you have a previous version of Microsoft ODBC Driver 17 for SQL Server installed, installing 17.10.1 upgrades it to 17.10.1.
5252

53-
**[![Download](../../ssms/media/download-icon.png) Download Microsoft ODBC Driver 17 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2200731)**
54-
**[![Download](../../ssms/media/download-icon.png) Download Microsoft ODBC Driver 17 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2200732)**
53+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 17 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2200731)**
54+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 17 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2200732)**
5555

5656
- Release number: 17.10.1.1
5757
- Released: June 30, 2022

docs/connect/odbc/microsoft-odbc-driver-for-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following sample demonstrates how to use the ODBC APIs to connect to and acc
3030

3131
## Download
3232

33-
- ![Download-DownArrow-Circled](../../ssms/media/download-icon.png)[To download ODBC driver](download-odbc-driver-for-sql-server.md)
33+
- :::image type="icon" source="../../includes/media/download.svg" border="false"::: [Download ODBC driver](download-odbc-driver-for-sql-server.md)
3434

3535
## Documentation
3636

0 commit comments

Comments
 (0)