问题描述
我已经通过Visual Studio 2019添加了一个集成服务项目,对于数据流任务,我将其作为查询Denodo的ODBC源作为源。我将访问模式设置为sql命令并粘贴:
export interface StoryshotsOptions {
asyncJest?: boolean;
config?: (options: any) => void;
integrityOptions?: IOptions | false;
configPath?: string;
suite?: string;
storyKindRegex?: RegExp | string;
storyNameRegex?: RegExp | string;
framework?: SupportedFramework;
test?: (story: any,context: any,renderTree: RenderTree,options?: any) => any;
renderer?: Function;
snapshotSerializers?: jest.SnapshotSerializerPlugin[];
/**
* @Deprecated The functionality of this option is completely covered by snapshotSerializers which should be used instead.
*/
serializer?: any;
stories2snapsConverter?: Stories2SnapsConverter;
}
当我单击“预览”按钮时,我看到的控件编号与预期的一样。然后,将其写入指向sql Server 2016数据库(内部版本13.0.5830)的OLE DB目标中,并将该整数值写入定义为int的列中。
将数据写入表时,该列针对每条记录显示为1。我从Denodo查询/写入的所有其他行(显然,我选择的不仅仅是一个值)都正确填充。仅此一个拒绝适当地进来。我不知道该怎么办才能弄清楚到底发生了什么。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)