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.
XML ファイルと XSD ファイルのデータを SSIS 変数を介して渡したいと考えています。XML ソース コンポーネントでは、変数から XML データを選択できます。その後、XSDスクリプトをSSIS変数に保持する方法は? このようにすることは可能ですか?
これはうまくいくと思います
1. Create the variable
2. In the properties of the data flow task where you are using the xml file go to expressions
3. Create an expression for the [<Component>].[XMLSchemaDefinition]
4. In the expression builder use your variable
それくらいのはず