SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that ships with SQL Server 2005. As with many of Microsoft s development tools, you can extend SSIS to perform other operations not already bundled with the product. SSIS provides the SSIS Class Library for just this purpose. The SSIS Class Library Object Model includes all the classes and interfaces you need to extend or augment SSIS.
標簽: Integration Transform Services Extract
上傳時間: 2015-10-11
上傳用戶:baiom
一本學習hibernate的電子書,providing an easy-to-use and powerful Object-relational persistence framework for Java applications.
上傳時間: 2015-10-11
上傳用戶:zhangyi99104144
LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication Object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework.
標簽: implements multiple capable working
上傳時間: 2015-10-14
上傳用戶:磊子226
有是一個Addison.Wesley的經典,是學習面向對象及程序設計的經典書籍,基于Java和UML,該書為英文版Object.Oriented.Programming.with.Java.and.UML,非常非常經典,推薦給大家
上傳時間: 2015-10-16
上傳用戶:WMC_geophy
利用WM5 實現電話功能 在程序中進行電話撥號 “項目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“確定” Imports Microsoft.WindowsMobile.Telephony Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim TestPhone As New Phone TestPhone.Talk("1001") End Sub
標簽: Microsoft WindowsMobile Telephony Imports
上傳時間: 2013-12-20
上傳用戶:hasan2015
本手冊針對的是已有一定網頁設計制作經驗的讀者。其目的是提供最新最全的樣式表內容的快速索引及注釋。所以對于樣式表的基礎知識,在此僅簡單介紹,恕不贅述。 本手冊的升級信息與版權聲明請參閱關于本書頁面。本手冊中專用詞匯請參閱中英文詞匯對照表。 限于篇幅,對于一些過于繁雜的相關內容,如動態樣式屬性(Dynamic Properties),濾鏡(Filters),行為(Behaviors)請參閱我的其它相關著作。 本書中涉及到的所有HTML對象(Object,Element),HTML特性(Attributes)和屬性(Properties)請參閱我的相關著作。
上傳時間: 2015-11-19
上傳用戶:hj_18
C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, patterns, and usage rules that form their structure. This book is a practical guide to designing Object-oriented frameworks and shows developers how to apply frameworks to concurrent networked applications. C++ Networking, Volume 1, introduced ACE and the wrapper facades, which are basic network computing ingredients. Volume 2 explains how frameworks build on wrapper facades to provide higher-level communication services.
標簽: Programming frameworks providing coverage
上傳時間: 2013-12-26
上傳用戶:daguda
Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games was written with four broad goals: To teach a lively style of Object-oriented software engineering. To show how to bring a complete program to the level of a commercial release. To provide a "game engine" framework of linked classes for game development. To help students create computer games that are interactive, rapidly executing, and visually beautiful.
標簽: Engineering Software Computer Games
上傳時間: 2015-12-02
上傳用戶:cc1
unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of Object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of Object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of Object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of Object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end
標簽: interface Messages Graphics Controls
上傳時間: 2013-12-21
上傳用戶:heart520beat
The Microsoft® Active Directory™ Service Interfaces (ADSI) Software Development Kit (SDK) is a client-side product, based on the Component Object Model (COM), that defines a directory service model and a set of COM interfaces that enables Microsoft Windows NT® /Windows® 2000 and Windows 95 client applications to access several network directory services.
標簽: Development Interfaces Microsoft Directory
上傳時間: 2013-12-25
上傳用戶:daguda