We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5375a14 commit 12f714aCopy full SHA for 12f714a
Samples/JSON/OnpremSqlServer_Copy_Blob_dest_sample/LinkedServices/SqlServerLinkedService.json
@@ -1,9 +1,10 @@
1
{
2
- "Name": "SqlServerLinkedService",
3
- "Properties":
4
- {
5
- "type": "OnPremisesSqlLinkedService",
6
- "connectionString": "Data Source=<servername>;Initial Catalog=<databasename>;Integrated Security=False;User ID=<username>;Password=<password>;",
7
- "gatewayName": "<gatewayname>"
8
- }
9
-}
+ "Name": "SqlServerLinkedService",
+ "properties": {
+ "type": "OnPremisesSqlServer",
+ "typeProperties": {
+ "connectionString": "Data Source=<servername>;Initial Catalog=<databasename>;Integrated Security=False;User ID=<username>;Password=<password>;",
+ "gatewayName": "<gatewayname>"
+ }
10
+}
0 commit comments