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)
这是为什么
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何解决上述问题