Using this code with throw Error at Data Flow Task [SSIS.Pipeline]: The object name "ADO.net" is not valid. The name cannot contain any of the following characters: / \ : [ ] . =IDTSRuntimeConnection100 connection = ComponentMetaData.RuntimeConnectionCollection.New();
connection.Name = "ADO.net";Instead use something that not includes a dot connection.Name = "ADOnet";
↧