Advertisement
Guest User

table1

a guest
Nov 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. {
  2. "name": "table1",
  3. "properties": {
  4. "linkedServiceName": {
  5. "referenceName": "SqlServer1",
  6. "type": "LinkedServiceReference"
  7. },
  8. "type": "SqlServerTable",
  9. "typeProperties": {
  10. "tableName": "sys.tables"
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement