Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C#では、SSISパッケージを呼び出しています。3つのパラメーターを渡す必要がありますが、どうすればよいですか?
package.Variables["YOUR_VAR_1"].Value = "これはテストです";
package.Variables["YOUR_VAR_2"].Value = 100;
トリックを行う必要があります。