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

Commit 576288c

Browse files
authored
Merge pull request #19936 from David-Engel/minor
Minor edits
2 parents ecfb14e + 69cdf8a commit 576288c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/connect/jdbc/azure-key-vault-sample-version-9.2.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Azure Key Vault sample
33
description: This JDBC code example demonstrates how to use Azure Key Vault as your key store provider when using Always Encrypted.
44
ms.custom: ""
55
ms.date: 07/30/2021
6-
7-
86
ms.prod: sql
97
ms.prod_service: connectivity
108
ms.reviewer: v-daenge
@@ -246,4 +244,4 @@ public class AKV {
246244

247245
[Azure Key vault sample version 7.0](azure-key-vault-sample-version-7.0.md)
248246
[Azure Key vault sample version 6.2.2](azure-key-vault-sample-version-6.2.2.md)
249-
[Azure Key vault sample version 6.0.0](azure-key-vault-sample-version-6.0.0.md)
247+
[Azure Key vault sample version 6.0.0](azure-key-vault-sample-version-6.0.0.md)

docs/connect/jdbc/setting-the-connection-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The connection string properties can be specified in various ways:
2222
- As name=value properties in the connection URL when you connect by using the DriverManager class.
2323
- As name=value properties in the *Properties* parameter of the Connect method in the DriverManager class.
2424
- As values in the appropriate setter method of the data source of the driver. For example:
25+
2526
```java
2627
datasource.setServerName(value)
2728
datasource.setDatabaseName(value)
@@ -30,6 +31,7 @@ The connection string properties can be specified in various ways:
3031
## Remarks
3132

3233
Property names are case-insensitive, and duplicate property names are resolved in the following order:
34+
3335
1. API arguments (such as user and password)
3436
2. Property collection
3537
3. Last instance in the connection string

0 commit comments

Comments
 (0)