SSIS: “Error: The result of the expression ”@[User::FileName]…cannot be written to the property"
问题 I have been trying for the last 10 hours to solve the following problem: I have a ForEach Loop container that is enumerating Excel file names in my Control Flow. Within the ForEach Loop container I have an Excel Source that imports data into Sql-Server. This connects to a Derived Column transformation using User::FileName as the expression that connects to a OLE DB Command that that maps to the User::FileName to a Report_Date (the Excel file names contain the report date) column in Sql-Server