1

XML ファイルと XSD ファイルのデータを SSIS 変数を介して渡したいと考えています。XML ソース コンポーネントでは、変数から XML データを選択できます。その後、XSDスクリプトをSSIS変数に保持する方法は? このようにすることは可能ですか?

4

1 に答える 1

0

これはうまくいくと思います

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

それくらいのはず

于 2013-04-08T11:43:08.143 に答える