sql server 2012的Integration Services项目设置ADO.NET报错

我想编辑一个DOO.NET源,但是它发生报错
找不到方法:“Void Microsoft.DataTransformationServices.DataFlowUI.DataFlowConnectionPage.set_DataPreviewTimeout(Int32)”。 (Microsoft Visual Studio)


程序位置:

在 Microsoft.DataTransformationServices.DataFlowUI.ADONETSourceUI.SetConnectionPageDescriptions(DataFlowConnectionPage connectionPage)
在 Microsoft.DataTransformationServices.DataFlowUI.DataFlowAdapterUI.AddCommonConnectionPage(DataFlowComponentForm form, String helpKeyword)
在 Microsoft.DataTransformationServices.DataFlowUI.ADONETSourceUI.AddPagesToForm(DataFlowComponentForm form)
在 Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.EditImpl(IWin32Window parentControl)
在 Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.Edit(IWin32Window parentWindow, Variables variables, Connections connections)

这是为什么

阅读 3.2k
1 个回答
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进