簡體   English   中英

在 SSIS package 中引用外部 dll 服務器部署在 Z9778840A0100CB30C9828ZB5A74

[英]Referring external dll in the SSIS package deployed in SQL Server

I have created SSIS packages on VS 2010 shell and I am able to successfully deploy my packages to SQL Server and referring external .NET dll in the data flow script component to perform some activities.

我可以知道在數據庫服務器中部署 .NET dll 以執行部署在 SQL 服務器中的 DTSX 的步驟嗎?

您不會將外部 DLL 部署到 SQL 服務器中以支持您的 SSIS 包。 相反,您需要對程序集進行簽名,然后將它們部署到全局程序集緩存 - GAC。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM