我已经使用下面的pwoershell脚本为ODBC驱动程序添加了DSN
Add-OdbcDsn -Name "My_Connew" -DriverName "Simba ODBC Driver for Google BigQuery" -DsnType "System" -Platform "64-bit" -SetPropertyValue @("Email=246384378418-compute@developer.gserviceaccount.com", "Key File Path=C:\vocus-sandpit-dfa36ce40776.json")
一切正常,但无法添加文件路径。
想知道如何通过-SetPropertyValue添加文件路径?
1条答案
按热度按时间brgchamk1#
UI使用的标签可能不会与配置模式中的实际键名一一对应-例如,
Key File Path
的真实的键名只是KeyFilePath
要确定使用什么,只需查询the documentation并在UI中找到给定配置选项的相应键名,然后使用这些键名,例如: