ࡱ>  a bjbj͚ I\I\`N@@D|ttr@<PTVVVVVV$A*zzHs$TTJV /.B`@0kB`kbpkzzk@> ~: [MS-DPREP]: Replication Data Portability Overview Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages, standards as well as overviews of the interaction among each of these technologies. Copyrights. This documentation is covered by Microsoft copyrights. Regardless of any other terms that are contained in the terms of use for the Microsoft website that hosts this documentation, you may make copies of it in order to develop implementations of the technologies described in the Open Specifications and may distribute portions of it in your implementations using these technologies or your documentation as necessary to properly document the implementation. You may also distribute in your implementation, with or without modification, any schema, IDLs, or code samples that are included in the documentation. This permission also applies to any documents that are referenced in the Open Specifications. No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. Patents. Microsoft has patents that may cover your implementations of the technologies described in the Open Specifications. Neither this notice nor Microsoft's delivery of the documentation grants any licenses under those or any other Microsoft patents. However, a given Open Specification may be covered by Microsoft  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=214445" Open Specification Promise or the  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=214448" Community Promise. If you would prefer a written license, or if the technologies described in the Open Specifications are not covered by the Open Specifications Promise or Community Promise, as applicable, patent licenses are available by contacting  HYPERLINK "mailto:iplg@microsoft.com" iplg@microsoft.com. Trademarks. The names of companies and products contained in this documentation may be covered by trademarks or similar intellectual property rights. This notice does not grant any licenses under those rights. Fictitious Names. The example companies, organizations, products, domain names, e-mail addresses, logos, people, places, and events depicted in this documentation are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred. Reservation of Rights. All other rights are reserved, and this notice does not grant any rights other than specifically described above, whether by implication, estoppel, or otherwise. Tools. The Open Specifications do not require the use of Microsoft programming tools or programming environments in order for you to develop an implementation. If you have access to Microsoft programming tools and environments you are free to take advantage of them. Certain Open Specifications are intended for use in conjunction with publicly available standard specifications and network programming art, and assumes that the reader either is familiar with the aforementioned material or has immediate access to it. Revision Summary DateRevision HistoryRevision ClassComments02/09/20110.1NewRelease new document07/07/20110.1No changeNo changes to the meaning, language, or formatting of the technical content.11/03/20110.1No changeNo changes to the meaning, language, or formatting of the technical content.01/19/20120.1No changeNo changes to the meaning, language, or formatting of the technical content.02/23/20120.1No changeNo changes to the meaning, language, or formatting of the technical content. Contents  TOC \f \h \t "DSTOC1-1,1,DSTOC1-2,2,DSTOC1-3,3,DSTOC1-4,4,DSTOC1-5,5,DSTOC1-6,6,DSTOC1-7,7,DSTOC1-8,8,DSTOC1-9,9,DSTOC2-2,2,DSTOC2-3,3,DSTOC2-4,4,DSTOC2-5,5,DSTOC2-6,6,DSTOC2-7,7,DSTOC2-8,8,DSTOC2-9,9,DSTOC3-3,3,DSTOC3-4,4,DSTOC3-5,5,DSTOC3-6,6,DSTOC3-7,7,DST  HYPERLINK \l "_Toc317837890" 1 Introduction  PAGEREF _Toc317837890 \h 4  HYPERLINK \l "_Toc317837891" 1.1 Glossary  PAGEREF _Toc317837891 \h 4  HYPERLINK \l "_Toc317837892" 1.2 References  PAGEREF _Toc317837892 \h 5  HYPERLINK \l "_Toc317837893" 2 Data Portability Scenario  PAGEREF _Toc317837893 \h 7  HYPERLINK \l "_Toc317837894" 2.1 Retrieve Intellectual Property from a Replication Topology  PAGEREF _Toc317837894 \h 7  HYPERLINK \l "_Toc317837895" 2.1.1 Data Description  PAGEREF _Toc317837895 \h 7  HYPERLINK \l "_Toc317837896" 2.1.2 Format and Protocol Summary  PAGEREF _Toc317837896 \h 8  HYPERLINK \l "_Toc317837897" 2.1.3 Data Portability Methodology  PAGEREF _Toc317837897 \h 8  HYPERLINK \l "_Toc317837898" 2.1.3.1 Preconditions  PAGEREF _Toc317837898 \h 8  HYPERLINK \l "_Toc317837899" 2.1.3.2 Versioning  PAGEREF _Toc317837899 \h 8  HYPERLINK \l "_Toc317837900" 2.1.3.3 Error Handling  PAGEREF _Toc317837900 \h 8  HYPERLINK \l "_Toc317837901" 2.1.3.4 Coherency Requirements  PAGEREF _Toc317837901 \h 9  HYPERLINK \l "_Toc317837902" 2.1.3.5 Additional Considerations  PAGEREF _Toc317837902 \h 9  HYPERLINK \l "_Toc317837903" 3 Change Tracking  PAGEREF _Toc317837903 \h 10  HYPERLINK \l "_Toc317837904" 4 Index  PAGEREF _Toc317837904 \h 11  1 Introduction In this document, replication refers to logical replication of data by using Microsoft SQL Server 2008 R2. Replication is a set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency. By using replication, you can distribute data to different locations and to remote or mobile users over local and wide area networks, dial-up connections, wireless connections, and the Internet. Transactional replication is typically used in server-to-server scenarios that require high throughput scalability and availability. It is used to feed data warehouse and reporting systems, integrate data from multiple sites, integrate heterogeneous data, and offload batch processing. Merge replication is primarily designed for mobile applications or distributed server applications that have possible data conflicts. Common scenarios include exchanging data with mobile users, consumer point of sale (POS) applications, and integration of data from multiple sites. Snapshot replication is used to provide the initial data set for transactional and merge replication; it can also be used when complete refreshes of data are appropriate. With these three types of replication, Microsoft SQLServer provides a powerful and flexible system for synchronizing data across your enterprise. Replication is implemented by using the following two-step process after the replication topology is set up: Step 1: Initial synchronization. Synchronization through which SQLServer delivers a snapshot to the destination. During this step, SQLServer ensures that the destination has the initial schema and data so that it can send only the subsequent changes during the next synchronizations. Step 2: Subsequent synchronization. Synchronization that occurs after the snapshot is delivered. In this type of synchronization, only the data that corresponds to changes that occurred since the last synchronization is delivered to the destination. For more information about what replication is and how it works, see SQL Server Replication  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=209549" [MSDN-RepMain]. This document provides a high-level overview of the following items: The location where the user data is stored and how to access it. The details of the replication topology and how to access it. Information about which user changes need to be replicated and how to view them. 1.1 Glossary The following terms are specific to this document: article: A database object, such as a table, view, or stored procedure, that is included in a publication. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208640" [MSDN-RepPub]. Distributor: A database instance that acts as a store for replication-specific data that is associated with one or more Publishers. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208640" [MSDN-RepPub]. Log Reader Agent: A replication agent that moves transactions marked for replication from the transaction log on the Publisher to the distribution database. publication: A collection of one or more articles from one database. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208640" [MSDN-RepPub]. Publisher: A database instance that makes data available to other locations through replication. A Publisher can have one or more publications, each defining a logically related set of objects and data to replicate. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208640" [MSDN-RepPub]. SQL Server Agent: A replication agent that hosts and schedules the agents used in replication and provides an easy way to run replication agents. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208644" [MSDN-RepAgent]. Subscriber: A database instance that receives replicated data. A Subscriber can receive data from multiple Publishers and publications. Depending on the type of replication chosen, the Subscriber can also pass data changes back to the Publisher or republish the data to other Subscribers. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208640" [MSDN-RepPub]. subscription: A request for a copy of a publication to be delivered to a Subscriber. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208640" [MSDN-RepPub]. 1.2 References [MSDN-BrwseRepCmd]: Microsoft Corporation, "sp_browsereplcmds (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=208708&clcid=0x409" http://msdn.microsoft.com/en-us/library/ms176109.aspx [MSDN-HlpArtcle]: Microsoft Corporation, "sp_helparticle (Transact-SQL) ",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208713" http://msdn.microsoft.com/en-us/library/ms187741.aspx [MSDN-HlpDist]: Microsoft Corporation, "sp_helpdistributor (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208709" http://msdn.microsoft.com/en-us/library/ms177504.aspx [MSDN-HlpMrgeArtcle]: Microsoft Corporation, "sp_helpmergearticle (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208720" http://msdn.microsoft.com/en-us/library/ms174278.aspx [MSDN-HlpMrgeFltr]: Microsoft Corporation, "sp_helpmergefilter (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208724" http://msdn.microsoft.com/en-us/library/ms190294.aspx [MSDN-HlpMrgePub]: Microsoft Corporation, "sp_helpmergepublication (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208712" http://msdn.microsoft.com/en-us/library/ms189475.aspx [MSDN-HlpMrgePullSub]: Microsoft Corporation, "sp_helpmergepullsubscription (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208717" http://msdn.microsoft.com/en-us/library/ms186319.aspx [MSDN-HlpMrgeSub]: Microsoft Corporation, "sp_helpmergesubscription (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208718" http://msdn.microsoft.com/en-us/library/ms189437.aspx [MSDN-HlpPub]: Microsoft Corporation, "sp_helppublication (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208711" http://msdn.microsoft.com/en-us/library/ms189782.aspx [MSDN-HlpPullSub]: Microsoft Corporation, "sp_helppullsubscription (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208719" http://msdn.microsoft.com/en-us/library/ms187714.aspx [MSDN-HlpSrvr]: Microsoft Corporation, "sp_helpserver (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208705" http://msdn.microsoft.com/en-us/library/ms189804.aspx [MSDN-HlpSub]: Microsoft Corporation, "sp_helpsubscription (Transact-SQL) ",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208714" http://msdn.microsoft.com/en-us/library/ms190493.aspx [MSDN-HlpSubProp]: Microsoft Corporation, "sp_helpsubscription_properties (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208715" http://msdn.microsoft.com/en-us/library/ms186254.aspx [MSDN-RepErr]: Microsoft Corporation, "Errors and Events Reference (Replication)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=209548" http://msdn.microsoft.com/en-us/library/ms152467.aspx [MSDN-RepMain]: Microsoft Corporation, "SQL Server Replication",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=209549" http://msdn.microsoft.com/en-us/library/ms151198.aspx [MSDN-RepShowCmd]: Microsoft Corporation, "sp_replshowcmds (Transact-SQL)",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208710" http://msdn.microsoft.com/en-us/library/ms175114.aspx [MSDN-ShoChnge]: Microsoft Corporation, "sp_showpendingchanges",  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208707" http://msdn.microsoft.com/en-us/library/ms186795.aspx 2 Data Portability Scenario 2.1 Retrieve Intellectual Property from a Replication Topology This scenario describes extracting the replication topology information from a Microsoft SQLServer database. The information is retrieved by SQLServer stored procedures that are executed from SQLServer Management Studio. To export them, the user can save the result set from SQLServer Management Studio in any format supported by that tool, such as text or CSV. 2.1.1 Data Description Infrastructure information Which servers are participating in a replication topology can be found by running the sp_helpserver stored procedure  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208705" [MSDN-HlpSrvr] on the master database of any server. This stored procedure reports information about a particular remote server or replication server, or about all servers of both types. It provides the server name, the network name of the server, the replication status of the server, the identification number of the server, and the collation name. It also provides time-out values for connecting to, or running queries against, linked servers. Replication status is reported by the stored procedure as follows: pub: A  HYPERLINK \l "z5" Publisher. dist: A  HYPERLINK \l "z2" Distributor. sub: A  HYPERLINK \l "z7" Subscriber. Source and destination object information More information about a Distributor is available by running the sp_helpdistributor stored procedure  HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=208709&clcid=0x409" [MSDN-HlpDist] at the Publisher on the  HYPERLINK \l "z4" publication database or any database. This stored procedure lists information about the Distributor, distribution database, working directory, and  HYPERLINK \l "z6" SQL Server Agent user account. A list of which objects are published is available through the list of publications, which can be obtained from the system by executing the following stored procedures on the Publishers: sp_helppublication  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208711" [MSDN-HlpPub] for snapshot and transactional replication. sp_helpmergepublication  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208712" [MSDN-HlpMrgePub] for merge replication. To return the list of the objects from the source database that are published and the names of the destination objects, use either of the following stored procedures on the Publishers: sp_helparticle  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208713" [MSDN-HlpArtcle] sp_helpmergearticle  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208720" [MSDN-HlpMrgeArtcle] If a filter has been defined between two  HYPERLINK \l "z1" articles that are participating to a merge publication, the definition of this filter can be found by running the sp_helpmergefilter stored procedure  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208724" [MSDN-HlpMrgeFltr]. The list of  HYPERLINK \l "z8" subscriptions as well as details about the subscriptions can be found by running the following stored procedures: sp_helpsubscription  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208714" [MSDN-HlpSub] sp_helppullsubscription  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208719" [MSDN-HlpPullSub] sp_helpmergesubscription  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208718" [MSDN-HlpMrgeSub] sp_helpmergepullsubscription  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208717" [MSDN-HlpMrgePullSub] Among other things, these stored procedures return the name of the Subscribers and the names of the subscribing databases. More generic information about a subscription can be found by running the sp_helpsubscription_properties stored procedure  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208715" [MSDN-HlpSubProp]. 2.1.2 Format and Protocol Summary The information that is retrieved from Microsoft SQLServer is exported in text format. 2.1.3 Data Portability Methodology A user can extract the data from Management Studio by executing the stored procedures that are shared in this document, and then saving the results to a file on disk. 2.1.3.1 Preconditions Servers must be online. Databases must have been created. Replication must have been set up. At least one publication must have been created. At least one vali4}~J U  * s {  NO`aJKrsZkagy78lmxy~hgSmHnHuhhgS0JmHnHu$jhhgS0JUmHnHuhJ(hgShgS5jh hgS0JU hgS0JjhgSU hgS0JhhgS934~J  s Zahy~ $Ifgd2XgdgS[gdgSgdgSgdgSgdgS,## $Ifgd2Xkd$$IfV4\ qE#  t(0(#644 ap(ytgS7?kd$$$IfV\ qE# t0(#644 ap(ytgS $Ifgd2X78CGQH???? $Ifgd2Xkd$$IfV\ qE# t0(#644 ap(ytgSH???? $Ifgd2Xkd$$IfV\ qE# t0(#644 ap(ytgSlH???? $Ifgd2Xkd$$IfV\ qE# t0(#644 ap(ytgSlmnox#HC>><:cb gdgSgdgSkdH$$IfV\ qE# t0(#644 ap(ytgS !"#ׇq`H/hgShgSCJKHOJPJQJaJmHnHu jhgSUmHnHu*j hhgS0JUmHnHu2hgShgS5CJKHOJPJQJaJmHnHu jhgSUmHnHujhgSUmHnHuhgSmHnHuhhgS0JmHnHu$jhhgS0JUmHnHu*jhhgS0JUmHnHu#$%ABCDTUVpqrstuvwxֲֲ֡sֲbֲ j|hgSUmHnHu*jhhgS0JUmHnHu/hgShgSCJKHOJPJQJaJmHnHu jhgSUmHnHujhgSUmHnHu*jhhgS0JUmHnHuhgSmHnHuhhgS0JmHnHu$jhhgS0JUmHnHu#vY2V z"#%&''()[ & F h^`gdgS$gdgSedbc789STUVWXYZ[wxyzżŦżożYżH jp hgSUmHnHu*j hhgS0JUmHnHu/hgShgSCJKHOJPJQJaJmHnHu jv hgSUmHnHujhgSUmHnHu*jhhgS0JUmHnHuhgSmHnHuhhgS0JmHnHu$jhhgS0JUmHnHu2hgShgS5CJKHOJPJQJaJmHnHu89:;_`a{|}~־ְ鰚ְ־ְsְb־ jd hgSUmHnHu*j hhgS0JUmHnHu jj hgSUmHnHu*j hhgS0JUmHnHuhhgS0JmHnHu/hgShgSCJKHOJPJQJaJmHnHu$jhhgS0JUmHnHuhgSmHnHujhgSUmHnHu&,-./01234PQҿ蠱豿ra豿 jXhgSUmHnHu*j hhgS0JUmHnHu/hgShgSCJKHOJPJQJaJmHnHu j^ hgSUmHnHujhgSUmHnHu$jhhgS0JUmHnHu*j hhgS0JUmHnHuhgSmHnHuhhgS0JmHnHu#QRSklm׉sb׉ jLhgSUmHnHu*jhhgS0JUmHnHu/hgShgSCJKHOJPJQJaJmHnHu jRhgSUmHnHujhgSUmHnHuhgSmHnHuhhgS0JmHnHu$jhhgS0JUmHnHu*jhhgS0JUmHnHu 456PQRSTUVWXtuvw׉sbH2hgShgS5CJKHOJPJQJaJmHnHu j@hgSUmHnHu*jhhgS0JUmHnHu/hgShgSCJKHOJPJQJaJmHnHu jFhgSUmHnHujhgSUmHnHuhgSmHnHuhhgS0JmHnHu$jhhgS0JUmHnHu*jhhgS0JUmHnHu###%%"&U'V'''''(((() )ֲֲ֡{sm{sm{{gZ{s{s{sjh(V1hgS0JU hgS0J hgS0JhhgSOJQJhgSjhgSU2hgShgS5CJKHOJPJQJaJmHnHu j:hgSUmHnHujhgSUmHnHu*jhhgS0JUmHnHuhgSmHnHuhhgS0JmHnHu$jhhgS0JUmHnHu#)))**+r,-].X/011|2;3345O6 778p9+::;<B[ & F h^`gdgS )*!*v**********b+l+++++++++J,S,r,,,,,, -----)---..L.M.Z.[.].o. / /E/F/U/V/X/d/////00000000)131O1P1111111D2E2z2{22jh jhgS0JUjhhgS0JU hgS0JjhgSU hgS0JhhgSQ223393:3333333N4O4444455N5O5555566L6M6666677u7v777774858p8q888888999n9o99999):*:x:y:::::H;I;;;;;<<K<L<<<<<==6=7======jh jhgS0JU hgS0JhgSjhgSUX<8==>> ?|@@@AfCVDD E`EdG>HXIZJKL^MNjOPQrR[ & F h^`gdgS%B$==9>:>u>v>>>@@AA%A&AaAbApAqADDD DDDDPDRDVDZD\DdDlDnDDDDDDDDDDDDDEE E^EEFFF]F^FlFmFFFFFFF/G0GCGDGUGVG>H濲濲濲濲濲jh^7hgS0JEU hgS0JEhgSOJQJjh^7hgS0JU hgS0Jh hgS0JjhgSUhgSjh jhgS0JUF>HBHfHhHjHHHHHXI\IIIIJJ(J*JKKKKKfLhLLLLLLLL0M2MZM\MMMMMMM`NrNNNNNNNNNNNOOPP*P,P.PPPPPPPPPPpQrQQQQQQjh^7hgS0JEU hgS0JEjh^7hgS0JU hgS0JjhgSUhgS hgS0JhhgSOJQJLQQQHRJRlRnRrRvRRRR(S*STSVSrTTTTTTTTVVVV*W.WtWxWWWXnr $ptƎʎxyÐ/0CDTUjhWhgS0JEU hgS0JEjhGyhgS0JUU hgS0JhhgSOJQJjh^7hgS0JU hgS0JjhgSUhgSDrRZS(TTUrUU~VVV*WtWWn֌ pƎlŐ&%[ & F h^`gdgSd article must have been created for this publication. At least one subscription must have been created. 2.1.3.2 Versioning This scenario applies to the following versions, including released service packs: WindowsXP operating system Windows7 operating system Windows Server2003 operating system Windows Server2003 R2 operating system Windows Server2008 operating system Windows Server2008R2 operating system 2.1.3.3 Error Handling The stored procedures referred to in this document have built-in error handling and raise specific messages depending on the error conditions. For more information, see  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=209548" [MSDN-RepErr]. 2.1.3.4 Coherency Requirements There are no special coherency requirements. 2.1.3.5 Additional Considerations In the case of transactional replication, Microsoft SQLServer propagates transactions. Transactions and their commands are harvested from the transaction log of the published database. The user can view the transactions that are waiting for the  HYPERLINK \l "z3" Log Reader Agent to propagate them to the distribution database by executing the sp_replshowcmds stored procedure  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208710" [MSDN-RepShowCmd]. The actual Transact-SQL commands within those transactions are then stored in the distribution database. The user can view the list of those commands and transactions by executing the sp_browsereplcmds stored procedure  HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=208708&clcid=0x409" [MSDN-BrwseRepCmd]. In the case of merge replication, SQLServer does not propagate the commands of a transaction but replicates net changes. In merge replication, each row of any table participating in merge replication is identified by a uniqueidentifier. To determine which changes must be replicated, the user can execute the sp_showpendingchanges stored procedure  HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=208707" [MSDN-ShoChnge]. By using the rowguids (uniqueidentifiers) that are returned by this procedure, the user can query the user table to identify which row must be replicated. 3 Change Tracking No table of changes is available. The document is either new or has had no changes since its last release. 4 Index C  HYPERLINK \l "z772b54525fb14aeb8c2ee82a7f397520" Change tracking 10 T  HYPERLINK \l "z772b54525fb14aeb8c2ee82a7f397520" Tracking changes 10     PAGE  PAGE   PAGE 2/ NUMPAGES 2 7A]_ W&`#$gds$&ѓ+,>?-wڕەHIXY\]^_`×ėŗƗǗ͗ΗїҗǸǸh2XhmEjhrNUhZjhZUhgShgS0JF>*B*phjhHAhgS0JFU hgS0JF hgS0JjhgSU hgS0JhhgSjhWhgS0JU<—×ėŗƗϗЗїҗABlmgdgSgdgSVVh]hgds V&`#$gd}|WWh]hgdJҗӗٗڗۗܗߗhZhgSUhz"A hLhLjh2XUmHnHuhtgmHnHuh2Xjh2XU[MS-DPREP] v20120224 Replication Data Portability Overview Copyright 2012 Microsoft Corporation. Release: Friday, February 24, 2012 6&P1:pgS/ =!["#$ %` 6&P1:pgS/ =!["#$ %` 6&P1:pgS/ =!["#8$ %` = 0&P1:pgS/ =!["#8$ %` P "$$Ifs!vh#v#v#v|#v:V V4  t(0(#6,5/ / 044 ap(ytgS$$Ifs!vh#v#v#v|#v:V V t0(#6544 ap(ytgS$$Ifs!vh#v#v#v|#v:V V t0(#6544 ap(ytgS$$Ifs!vh#v#v#v|#v:V V t0(#6544 ap(ytgS$$Ifs!vh#v#v#v|#v:V V t0(#6544 ap(ytgS$$Ifs!vh#v#v#v|#v:V V t0(#6544 ap(ytgS}DyK _Toc317837890}DyK _Toc317837890}DyK _Toc317837891}DyK _Toc317837891}DyK _Toc317837892}DyK _Toc317837892}DyK _Toc317837893}DyK _Toc317837893}DyK _Toc317837894}DyK _Toc317837894}DyK _Toc317837895}DyK _Toc317837895}DyK _Toc317837896}DyK _Toc317837896}DyK _Toc317837897}DyK _Toc317837897}DyK _Toc317837898}DyK _Toc317837898}DyK _Toc317837899}DyK _Toc317837899}DyK _Toc317837900}DyK _Toc317837900}DyK _Toc317837901}DyK _Toc317837901}DyK _Toc317837902}DyK _Toc317837902}DyK _Toc317837903}DyK _Toc317837903}DyK _Toc317837904}DyK _Toc317837904Gspppp000 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@_HmH nH sH tH b`b gS Normal,Text,t $CJKHOJPJQJ_HmH sH tH `@` gS Heading 1,h1!$x&d@&P 5CJ(aJ(X@X gS Heading 2,h2h<&d@&PCJ$aJ$XX gS Heading 3,h3h<&d@&PCJaJXX gS Heading 4,h4h<&d@&PCJaJTT gS Heading 5,h5<&d@&PCJ@@ gS Heading 6,h6 x@&5@@ gS Heading 7,h7@&5aJ>> gS Heading 8,h8@&5]@ @ gS Heading 9,h9 @&5^JDA D gSDefault Paragraph FontRi@R 0 Table Normal4 l4a (k ( gS0No List :: gS Figure,fig B*ph/gSCode,cZ $d%d&d'dNOPQ^0B*CJOJQJ_HaJmHnHphsH tH uH1"H gSLabel in List 2,l2 ^F"F gSText in List 2,t2 8^8.2. gSLabel,l5B gS8Footnote Text,ft,Used by Word for text of Help footnotes B*phb! Rb gSNumbered List 2,nl2! & F #$^$`VbVgSSyntax,s-DM B*KHmHnHphu& q gS<Footnote Reference,fr,Used by Word for Help footnote symbols B*H*phB/B gSLabel Embedded,le5aJ@/@ gS Link Text,lt>*B*aJphh/hgS Link ID,lid:<>*B*aJmHnHphq rsH uXOX gSDSTOC1-0"E&d@& P`E CJKH\NO!N gSDSTOC2-0E@& ^`E CJ\]414 gSDSTOC3-0@& \4A4 gSDSTOC4-0@& \6Q6 gSDSTOC5-0@& \]4a4 gSDSTOC6-0 @& \0q0 gSDSTOC7-0!@& 0"0 gSDSTOC8-0"@& 020 gSDSTOC9-0#@& JO!J gSDSTOC1-1$$(x@&^(CJKH 0O!0 gSDSTOC1-3%@&0O!0 gSDSTOC1-4&@&0!0 gSDSTOC1-5'@&0!0 gSDSTOC1-6(@&0!0 gSDSTOC1-7)@&0!0 gSDSTOC1-8*@&6!6 gSDSTOC2-2+@&\]VV gSDSTOC2-3 ,$Ex@&^`E 5CJaJ,Q, gSDSTOC2-4-,a, gSDSTOC2-5.,q, gSDSTOC2-6/,, gSDSTOC2-70,, gSDSTOC2-818"8 gSDSTOC2-92@&5^J4124 gSDSTOC3-33@&\,B, gSDSTOC3-44,R, gSDSTOC3-55,b, gSDSTOC3-66,r, gSDSTOC3-77,, gSDSTOC3-88,!, gSDSTOC3-994A4 gSDSTOC4-4:@&\,Q, gSDSTOC4-5;,a, gSDSTOC4-6<,q, gSDSTOC4-7=,, gSDSTOC4-8>,, gSDSTOC4-9?6Q6 gSDSTOC5-5@@&\],, gSDSTOC5-6A,", gSDSTOC5-7B,2, gSDSTOC5-8C,B, gSDSTOC5-9D4aR4 gSDSTOC6-6E@&\,!b, gSDSTOC6-7F,1r, gSDSTOC6-8G,A, gSDSTOC6-9H0q0 gSDSTOC7-7I@&,q, gSDSTOC7-8J,, gSDSTOC7-9K00 gSDSTOC8-8L@&,, gSDSTOC8-9M00 gSDSTOC9-9N@& NN gSAlert Label,alO$dx5z/zgSConditional Marker,cm7<B*aJmHnHphq rsH uN"N gSFigure in List 2,fig2 Q^H12H gSLabel in List 1,l1 Rh^hF2F gSText in List 1,t1 S ^ VBV gSAlert Label in List 1,al1 Th^hN2N gSFigure in List 1,fig1 Uh^hP @qbP gS0Footer,fVxx$dN 56CJB@rB gSHeader,hW$a$5PJFF gS Alert Text,atXhh]h^hTT gSAlert Text in List 1,at1 Y^TT gSAlert Text in List 2,at2 Z8^8bOb gSBulleted List 1,bl1![ & F ^`JJ gSBulleted List 2,bl2 \$^$RYR gS Document Map]-DM OJ QJ ^J d! d gSNumbered List 1,nl1#^ & F h^`>/> gS Underline,u>*B*aJphP!P gSIndex Heading,ih `$x5CJP P gS Index 1,idx1aE^`ECJX@X gSp TOC 1,toc1&b {" h]^h`5X@X gSp TOC 2,toc2*c {" ]^`X@X gSp TOC 3,toc3*d {" 80]^8`0X@X gSp TOC 4,toc4*e {" u]^`u< b< gS Index 2,idx2 f#^#< r< gS Index 3,idx3 g^,o, gSBold,b5aJ/gSMultilanguage Marker Auto,mma4B*aJmHnHphq rsH uH/H gSBold Italic,bi56B*aJphgS(Multilanguage Marker Explicit Begin,mmebkB*mHnHphuhhgS&Multilanguage Marker Explicit End,mmeelbb gSCode Reference in List 1,cref1m B*ph'  gS8Comment Reference,cr,Used by Word to flag author queriesaJ gS7Comment Text,ct,Used by Word for text of author querieso8/8 gSItalic,i6B*aJph`` gSCode Reference in List 2,cref2 q^F/!F gS Subscript,sub>*B*H*aJphJ/1J gSSuperscript,sup>*B*H*aJphSC gSTable with Header,twh:Vt44 ajZjm4|4 HtfC$d$4$UDVDWDXDYD[$\$]]^^``a$'CJOJQJ56CJOJ'QJ'aJS gSTable without Header,tbl:Vu04 VaejZud<<OJQJ/agSCode Entity Reference,cer8B*CJaJmHnHphq rsH u@j@ gSComment Subjectw5\HH gS Balloon TextxCJOJ QJ ^J aJ6/6 gSUI,ui5>*B*aJph|/|gSParameter Reference,pr7>*B*aJmHnHphq rsH ur/rgSLanguage Keyword,lk4B*aJmHnHphq rsH uR/R gS Token,tok(>*B*aJphq r/gS$Code Entity Reference Qualified,cerq;>*B*CJaJmHnHphq rsH uZZgSCode Reference,cref~B*KHmHnHphu@/@ gSLegacy Link Text,lltjCj gS Table with Header in List 1,twh1F:VahjZjm4|4 jm4|4 $fC$d$4$UDVDWDXDYD[$\$]]^^``a$fC$d$4$UDVDWDXDYD[$\$]]^^``a$656CJOJ'QJ'aJ56CJOJQJaJ88 gS Table with Header in List 2,twh2:VajZjm4|4 jm4|4 jm4|4 fC$d$4$UDVDWDXDYD[$\$]]^^``a$fC$d$4$UDVDWDXDYD[$\$]]^^``a$fC$d$4$UDVDWDXDYD[$\$]]^^``a$Q56CJOJ'QJ'aJ56CJOJQJaJ56CJOJQJaJ(S#( gS#Table without Header in List 1,tbl1:VahjZjZ#3 gS#Table without Header in List 2,tbl2 :VajZjZjZh/Ah gSFigure Embedded,fige(>*B*aJphq rrrgSConditional Block,cb-DM <B*^JmHnHphuZQZgSConditional Block in List 1,cb1bQbgSConditional Block in List 2,cb2 ^/gSCode Featured Element,cfeF5B*CJOJQJ\^JaJmHnHphq ruXX gSSamples Button Marker,sbm B*ph^/^ gS#Code Entity Reference Specific,cers/gS.Code Entity Reference Qualified Specific,cerqs;>*B*CJaJmHnHphq rsH u@n@gSArticle / Section FDTD gS Block Textx]^2B2 gS Body Textx<P< gS Body Text 2 dx>Q > gS Body Text 3xCJaJPM P gSBody Text First Indent `HC" H gSBody Text Indenthx^hTN! 2 T gSBody Text First Indent 2 `RRB R gSBody Text Indent 2hdx^hTSR T gSBody Text Indent 3hx^hCJaJ2?b 2 gSClosing ^$L$ gSDate<[ < gSE-mail Signature.X . gSEmphasis6]d$ d gSEnvelope Address!@ &+D/^@ CJaJ:% : gSEnvelope ReturnRV R gSFollowedHyperlink>*B*CJOJQJphf0_ 0 gS HTML Acronym:` : gS HTML Address6]0a 0 gS HTML Cite6]:b  : gS HTML CodeCJOJQJaJ<c  < gSHTML Definition6]Bd ! B gS HTML KeyboardCJOJQJaJFe2 F gSHTML PreformattedOJQJ6f A 6 gS HTML SampleOJQJFg Q F gSHTML TypewriterCJOJQJaJ8h a 8 gS HTML Variable6].( q . gS Line Number4/ 4 gSList=^=`82 8 gSList 28^8`03 0 gSList 3 `^`84 8 gSList 4^`85 8 gSList 5^`BD B gS List Continuehx^hFE F gSList Continue 2x^FF F gSList Continue 38x^8FG F gSList Continue 4x^FH F gSList Continue 5x^J1" J gS List Number hh^h`N:2 N gS List Number 2 ^`N;B N gS List Number 3 88^8`N<R N gS List Number 4 ^`N=b N gS List Number 5 ^`Ir gSMessage Headerg8$d%d&d'd-DM NOPQ^8`CJaJ8^ 8 gS Normal (Web)aJ> > gS Normal Indent ^4O4 gS Note Heading8Z 8 gS Plain TextOJQJ0K0 gS Salutation6@ 6 gS Signature ^*W * gSStrong5\:J : gSSubtitle$a$CJaJB> B gSTitle $a$5CJ KH\aJ X/ X gS System,sys+5>*B*aJphq r`/! ` gSUser Input Localizable,uil5>*B*aJph/1 gS$Unmanaged Code Entity Reference,ucer7>*B*aJmHnHphq rsH u^/A ^ gSUser Input Non-localizable,uinl5aJH/Q H gSPlaceholder,ph6>*B*aJphL/a L gSMath,m(>*B*aJphq rZ/q Z gS New Term,nt+6>*B*aJphq rd d gSBulleted Dynamic Link in List 1 B*phd d gSBulleted Dynamic Link in List 2 B*phP P gSBulleted Dynamic Link B*ph\/ \ gSHeading 6 Char,h6 Char5CJKHOJPJQJR/ R gSLabel Char,l Char5CJKHOJPJQJ`/ ` gSHeading 5 Char,h5 Char5CJKHOJPJQJaJ(`/ ` gSHeading 1 Char,h1 Char5CJ(KHOJPJQJaJ(P/ P RgSLabel in List 1 Char,l1 CharH H gSStrikethrough,strike7V V gSTable Footnote,tf(PP^`(\ " \ gSTable Footnote in List 1,tf1 @^@\ 2 \ gSTable Footnote in List 2,tf2 ^j/A j gSDynamic Link,dl4>*B*CJOJQJaJphq rS gSDynamic Link Table,dltD:V0 B*CJOJQJaJphhb h gS!Figure Image Map Placeholder,fimp B*ph`r ` gSPrint Division Number,pdn  B*ph^ ^ gSPrint Division Title,pdt  B*phP P gSPrint MS Corp,pms  B*phT T gSRevision History,rh  B*phN/ N gSSV1B*CJOJQJaJphq rFU` F gS0 Hyperlink>*B*CJOJQJaJphfh h gSCopyright,copy* [p Hd`x6CJV V gSAlert Label in List 2,al2 ^LO L gSText Indented,ti$^$`Z/ZgSCode Char,c Char!CJOJQJaJmHnHphuXX gS TOC 5,toc5* {" ]^`LO"L gSPage Header,pgh$a$5JO2J gSPage Footer,pgf 6CJNBN gS Page Num,pgn$]a$5d/Qd gSNumbered List Indexer,nlx<>*B*H*S*aJphXX gS TOC 6,toc6* {" ~ ]^~` NN gSTOC 9* {"  ]^ `NN gSTOC 7* {"  `]^ ``NN gSTOC 8* {" N ]^N `ZZ gSBulleted List 3,bl3 & F5^5`ZZ gSBulleted List 4,bl4 & F8^8`ZZ gSBulleted List 5,bl5 & FJ^J`L/L gSFooter Italic,fi6CJOJQJaJF/F gSFooter Small,fsCJOJQJaJVV gSGeneric Entry,ge0d^`0b! b gSNumbered List 3,nl3! & F &5^5`b! b gSNumbered List 4,nl4! & F 88^8`b! "b gSNumbered List 5,nl5! & F JJ^J`|3| gSPacket Field Bits Table,pfbt:V04a:jj|4 N$a$fC$d$4$UDVDWDXDYD[$\$]]^^``a$'CJOJQJ56CJOJ'QJ'aJ,3C, gS0PacketFieldBitsTableinList1:V0ahjj|4 jj|4 fC$d$4$UDVDWDXDYD[$\$]]^^``a$fC$d$4$UDVDWDXDYD[$\$]]^^``a$656CJOJ'QJ'aJ56CJOJ'QJ'aJ,3S, gS0PacketFieldBitsTableinList2:V0a]jj|4 jj|4 fC$d$4$UDVDWDXDYD[$\$]]^^``a$fC$d$4$UDVDWDXDYD[$\$]]^^``a$656CJOJ'QJ'aJ56CJOJ'QJ'aJ8/a8 gSLink>*B*CJOJQJphfbrb gSGlossary External Ref^m$ KHPJaJf/f gS Normal-List @^@CJOJQJ_HmH sH tH h/h gS Normal-List2 @^@CJOJQJ_HmH sH tH h/h gS Normal-List3 8^8CJOJQJ_HmH sH tH h/h gS Normal-List4 [^CJOJQJ_HmH sH tH h/h gS Normal-List5 ^CJOJQJ_HmH sH tH h/h gS Normal-List6 + + ^+ CJOJQJ_HmH sH tH `O` gSTable Header Text$d8<<CJKHPJaJXOX gSTable Body Textd8<<CJKHPJaJ>/> gS Link-Bold5>*B*aJphfB/B gS Link-Italic6>*B*aJphfn#n gSTable-ShadedHeader:V044 ajm4|4 HfC$d$4$UDVDWDXDYD[$\$]]^^``a$'CJOJQJ56CJOJ'QJ'aJ3 gS0Table-ShadedHeaderinList1:V044 ajm4|4 HfC$d$4$UDVDWDXDYD[$\$]]^^``a$'CJOJQJ56CJOJ'QJ'aJC gS0Table-ShadedHeaderinList2:V044 ajp4f4|4 HfC$d$4$UDVDWDXDYD[$\$]]^^``a$'CJOJQJ56CJOJ'QJ'aJT/QT VgS0Footer Char,f Char6CJKHOJPJQJXObX gSIndexEntryLevel1E^`ECJDarD gSIndexEntryLevel2 v^vJJ gSBulleted List 6,bl6 \^\JJ gSBulleted List 7,bl7 m^mJJ gSBulleted List 8,bl8 p^pJJ gSBulleted List 9,bl9  ^ :!: gS Book Title 5:@\X AX gS TOC Heading Eh@&`E5CJPJ\^JaJFF gSText in List 3,t3 &^&FF gSText in List 4,t4 8^8FF gSText in List 5,t5 ^FF gSText in List 6,t6 ^F"F gSText in List 7,t7 p^pF2F gSText in List 8,t8  ^ DCD gS0Table-ShadedHeaderinList3:V044 ajm4|4 fa$ CJOJQJ5CJOJ'QJ'DSD gS0Table-ShadedHeaderinList4:V044 axjm4|4 fa$ CJOJQJ5CJOJ'QJ'FcF gS0Table-ShadedHeaderinList5:V044 af4jm4|4 fa$ CJOJQJ5CJOJ'QJ':s: gS0Table-ShadedHeaderinList6:V044 a3f4jm4|4 fa$ CJOJQJ5CJOJ'QJ':: gS0Table-ShadedHeaderinList7:V044 a6f4jm4|4 fa$ CJOJQJ5CJOJ'QJ':: gS0Table-ShadedHeaderinList8:V044 aH f4jm4|4 fa$ CJOJQJ5CJOJ'QJ'>O> gSCover HR&dPVV gSPacketDiagramHeaderRow d8<CJLL gSPacketDiagramText d8xCJDaD gSIndexEntryLevel3 #^#DaD gSIndexEntryLevel4 ^DaD gSIndexEntryLevel5 ^DaD gSIndexEntryLevel6 F^FDaD gSIndexEntryLevel7 !^Da"D gSIndexEntryLevel8 "^^2^ gSBulletedCodeInList1# & F)  CJOJQJ^B^ gSBulletedCodeInList2$ & F* # CJOJQJ^R^ gSBulletedCodeInList3% & F+ & CJOJQJ^b^ gSBulletedCodeInList4& & F, 8 CJOJQJ^r^ gSBulletedCodeInList5' & F- J CJOJQJ^^ gSBulletedCodeInList6( & F. [ CJOJQJVV gSBulletedCodeInList7 ) & F/ CJOJQJ^^ gSBulletedCodeInList8* & F0 p CJOJQJ^^ gSBulletedCodeInList9+ & F1  CJOJQJ gS CodeInList1f, h$d%d&d'dNOPQ]h^ CJOJQJ gS CodeInList2f- #h$d%d&d'dNOPQ]h^ CJOJQJ gS CodeInList3f. &h$d%d&d'dNOPQ]h^ CJOJQJ gS CodeInList4f/ 8h$d%d&d'dNOPQ]h^ CJOJQJ gS CodeInList5f0 Jh"$d%d&d'dNOPQ]h^" CJOJQJ gS CodeInList6f1 [h3$d%d&d'dNOPQ]h^3 CJOJQJ" gS CodeInList7f2 ^h6$d%d&d'dNOPQ]h^6 CJOJQJ2 gS CodeInList8f3 phH $d%d&d'dNOPQ]h^H CJOJQJC gS0ProtocolAuthoredTableNoIndentQ:V4044 j44 CJOJQJ5CJOJ'QJ'S gS0ProtocolAuthoredTableinList1Y:V5044 aj4f45$CJOJQJ5@CJOJ'QJ'c gS0ProtocolAuthoredTableinList2Y:V6044 aj4f46$CJOJQJ5@CJOJ'QJ's gS0ProtocolAuthoredTableinList3Y:V7044 aj4f47$CJOJQJ5@CJOJ'QJ' gS0ProtocolAuthoredTableinList4V:V8044 axj48$CJOJQJ5@CJOJ'QJ'LL gSBold Table Header Text953 gS0PacketFieldBitsTableinList3:V:ajj|4 jj|4 :fC$d$4$UDVDWDXDYD[$\$]]^^``a$fC$d$4$UDVDWDXDYD[$\$]]^^``a$656CJOJ'QJ'aJ56CJOJ'QJ'aJX.X gS TOA Heading ;x@&5CJOJ PJQJ \^JaJ gS0ProtocolAuthoredTableY:V<044 aj4f4<$CJOJQJ5@CJOJ'QJ'0!0 gSDSTOC1-9=@&L/L gSSubscriptItalic6>*B*H*aJphH/H gS SubscriptBold5>*B*H*aJphP/P gSSuperscriptItalic6>*B*H*aJphL/L gSSuperscriptBold5>*B*H*aJphror gSDSTOC1-2#B$$Ex@&^`E#5KHOJPJQJ_HmH sH tH P/1P gSLink Styled Text>*B*CJOJQJphfjQBj gS#Figure in List 1 Hang Indent,fig1hg D@^@DoQD gSProtocolTermLink 5B* ph<oa< gSLink-8pt>*B*CJaJphfPK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭VvnB`2ǃ,!"E3p#9GQd; H xuv 0F[,F᚜K sO'3w #vfSVbsؠyX p5veuw 1z@ l,i!b I jZ2|9L$Z15xl.(zm${d:\@'23œln$^-@^i?D&|#td!6lġB"&63yy@t!HjpU*yeXry3~{s:FXI O5Y[Y!}S˪.7bd|n]671. tn/w/+[t6}PsںsL. J;̊iN $AI)t2 Lmx:(}\-i*xQCJuWl'QyI@ھ m2DBAR4 w¢naQ`ԲɁ W=0#xBdT/.3-F>bYL%׭˓KK 6HhfPQ=h)GBms]_Ԡ'CZѨys v@c])h7Jهic?FS.NP$ e&\Ӏ+I "'%QÕ@c![paAV.9Hd<ӮHVX*%A{Yr Aբ pxSL9":3U5U NC(p%u@;[d`4)]t#9M4W=P5*f̰lk<_X-C wT%Ժ}B% Y,] A̠&oʰŨ; \lc`|,bUvPK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!R%theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] oMBO8p *#Q )2=>HQҗ,45789:;<>?ABCMO7l#)<rR-./01236=@DLNQ N`Jrx~ !#CUqstv8TVWYy:`|~-/02Rl5QSTVvUp !!""4#B##-$=${%%%7&s&&&,'b'''!(o(((6)r)))6*l***4+++,],,,-X--- .V.../`///00l00031i1112l222!3]33 6I6X6X8l8v8888888c999999}:::;;;<P<b<E======&>:>C>>?!?0?D?R?? @@4@p@@@@@ALAbAZBBB0GlGzGHH IoIIIJJJVLLLMNNNJN[NBOXXX TX%TX%TX%TX%TX%TX%TX%TX%TX%TX%TX%TX%TX%TX%TX%T̕XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX%*137CE!!!T # @H 0(  0(  B S  ?'!z46b38d32e93348218a9d8f093fedec8f _Toc317837890!z71619a5be12e48848b3d1aa87c936339 _Toc317837891!z64e923f562f548e0b82c11f81bd8cf6fz1z2z3z4z5z6z7z8 _Toc317837892!z2f50f5376bd34bdcabd544c63628923c _Toc317837893!z8ab8962b0dc940628d03f39e86402f8a _Toc317837894!z0732fefb65694892ac529dbb89b74e5b _Toc317837895!z43a15c774bfe4f66b0a9157d4929457a _Toc317837896!z6e8eb7d44e2f4312a60fc984a0c64d8f _Toc317837897!zf13b1a34dbaf4f9685e9c9be194471d0 _Toc317837898!z27e4d83332b14df9ab09e5fc17c773d4 _Toc317837899!z6c02927de6844ba49069c3d539566deb _Toc317837900!zbf3e0f4616b54858bb76d84cb39a7924 _Toc317837901!z62c49859ccea426080b1862c1c81b1f9 _Toc317837902!zfb387d0f61b74cf2aacc920a0e690dab _Toc317837903!z772b54525fb14aeb8c2ee82a7f397520 _Toc317837904!z9d62a6aca8484dc79ee5866ba255129c  Z!"E#@$%&&3333d5|5BB*CNCCD#E7EnFF}GGGGAMTMMMCO  !"#$%&   Z!"E#@$%&&3333|5|5BBNCNCDD7E7EFFGGGGTMTMMMCO 7 8 lm!Ut8W`0l5T`NNNNNCO_N`NNNNNCO 7 8 lm!Ut8W`0l5T_N`NpNxN|N~NNNNNNN8O:O@OCO-|戄}~X uPr XpZ*9v!KJ  h#  8S؄#  )S!V1P#t= (08J0ʅ{c 3y*\94`j\6j:C+~X7lY%"7t|@-dj< (> B\@d#$p=E  [^>`OJQJo( ^`OJQJo(^`OJQJ^Jo(o  ^ `OJQJo( p^p`OJQJo(@ ^@ `OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o ^`OJQJo( P^P`OJQJo( ^ `OJQJ^Jo(o ^`OJQJo( @ ^@ `OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o P^P`OJQJo(  ^ `OJQJo(^`OJQJ^Jo(o !^!`OJQJo( ^`OJQJo(^`OJQJ^Jo(o  ^ `OJQJo( c ^c `OJQJo(3^3`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o s^s`OJQJo(^`CJKHOJQJ.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.h^h`.P^`P..^`...x^`x.... ^` .....  X^ `X ......  ^ `....... 8^`8........ `^``.........h^h`.P^`P..p^`...x@ ^`x.... ^` .....  X^ `X ......  ^ `....... 8^`8........ `P^``......... ^`OJQJo(^`OJQJ^Jo(o  ^ `OJQJo( R ^R `OJQJo("^"`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o b^b`OJQJo( h^h`OJQJo( ^`OJQJo( ^ `OJQJ^Jo(o  ^ `OJQJo( ^`OJQJo(Z^Z`OJQJ^Jo(o *^*`OJQJo( ^`OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o p^p`OJQJo( @ ^@ `OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o P^P`OJQJo( ^`OJQJo(^`OJQJ^Jo(o p^p`OJQJo( @ ^@ `OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o P^P`OJQJo( 8^8`OJQJo(p^p`OJQJ^Jo(o @ ^@ `OJQJo( ^`OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(P^P`OJQJ^Jo(o  ^ `OJQJo( ^`OJQJo( ^ `OJQJ^Jo(o  ^ `OJQJo( x^x`OJQJo(H^H`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o  ^ `OJQJo( f^f`OJQJo(6^6`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o v^v`OJQJo(^`o(.@ ^@ `.L^`L.^`.^`.L^`L.P^P`. ^ `.L^`L.^`. ^ `. L^ `L.x^x`.H^H`.L^`L.^`.^`.L^`L. ^`OJQJo( ^ `OJQJ^Jo(o  ^ `OJQJo( x^x`OJQJo(H^H`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(p^p`OJQJ^Jo(o @ ^@ `OJQJo( ^`OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(P^P`OJQJ^Jo(o  ^ `OJQJo(^`o(. 8^8`OJQJo(^`OJQJ^Jo(o  ^ `OJQJo(  ^ `OJQJo(x^x`OJQJ^Jo(o H^H`OJQJo( ^`OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(hh^h`o(. + ^+ `OJQJo( ^ `OJQJ^Jo(o ^`OJQJo( ^`OJQJo(k^k`OJQJ^Jo(o ;^;`OJQJo(  ^ `OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o p^p`OJQJo( @ ^@ `OJQJo(^`OJQJ^Jo(o ^`OJQJo( ^`OJQJo(^`OJQJ^Jo(o P^P`OJQJo(^`.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.1p=Etqp8Lk~}|(>wW|"78S8S 8S 8S 8S FR#TJ0 (#?bK_2Q:l1<ESQR_lUpZC6\hPqBJ/6@&A[oSu3 d #,N |_i  */W4XG;  dJ K T e !yT!iU!$e!jy!"}"#.#4#d5#pJ#6$8$xV$Z$(~$% %4%3c%m%r%x%&=&uf&z&''LJ'P'X'q'|'2(E5({6(;(7<(J(_(Uc( )8)e)') 1)2)0h){#*ES*T*K+~-+W5+;C+x+,),xO,Cn,-y-a.9 .y:.=..A.2l."/v/151U1c1m1q1r1%2>02QT27r7G>l>w>?;?q?@ $@-*@ :@G@A&AAAAz"A3A^AhAzAN BB!BJlMJtyJKIKIMKSK[K3nKpK~wKLL)L:L:LRL)kLYDMCNqpNOO#$O'ODOEO kO PPTP*kPQ#QW%Q&Q7QR=RHRKRKR]oRuRSS1SJS T"T=%T*TejT{|TGUSU+U)U.U1UTIU KU=^U~U#VEVIVWV\V0lVW3WuWvxWWXXK'X2XICXbXjXpX%Y(Y*YGYxKYfrYZ Z#Z[*Z@ZKZbZ #[6[\A\ h\ l\{n\y\tZ]>r]s]i}]b^`6^\^a^F_ A_J_T_q_~_;X`Z`u`+a-aDa&gazbLbGb#b(b-bcc2cEc}cd9 ded6d9dLdVd]d`dytd#vdc:e|eXf*`fafFgfg1g?gKgvg h h hOh7hh;h Gh.nhi&iE+ij7!j'j*jnj(pjkkL-kHkskxkll3lJlCNl[lnlolm/mrAmQqmnnniyvKy@dyz%zN{sg{ |'|{G|sb|r|}p}6~9~A\~[%\Aqx }~ *0;q#>1PLyV{ 27CknP f BG]_(eVx$t46K.22m35&JJB@>RV%(69\u0Qc( ?hSj5;LJilny(24=kN`P$)FjY5m& +22nqr**.1C; ?wGdGe>A Msa$oq "CvR-fsL*|>d\`Oaho+EAIRY2pxQ?Ux{l ;>SVXs"L>|Gg &5EEVB\;[tgkw{ ~#~k S-krx/*r:URYm( Pm0:67_8 =CbZm[wyp[dp3,r-84FW=_n$ vF /BJ%N_u{}~3wdPqq3*Zd\lu}[ ErN]Tk HSI;Sq #m-7?Id7Cm( / 8LRXbe{/189YOIm _'>BEY^HgE s Tbny}\ \Tr 4EV~?Qz4  3`5;?T_luG'k(55WK`cl+=\hp"/4X6xJfhKp HMOT)M55EyA|| =#2N~PGXtz:IPYw|`,c# IP[sKo5!Y5lL Xu}a?Xse NcUZ^t 'i/DOAM!Wt,w M2;EAN^Ugq9]*Ie/Rxn|qE_ ?AQg` t E=ScVY%i1!yL+R1abm#il8gS{VXm W*cx}M?<DSq)AnUc~ >h. 4Mq29!T)7@IyU|[689sUU~b'0:CFRpL~~ #2Q:z=aj9<wlt 'LH# ^?)_awe!,,wqs}||EGI_u?xT.9Nvk46l609K?mEp $U_CWw;+EQHk|/[/uHQoUZo}t]= &eqt {00[<IDW] Q%xCCCy!0M r <Xblv=AAPYzF((ITxVYCg#b#7O W{44p~*,t;@G}S%reQG );<SUd<3^I4BMA'$-o&*2PTor"*7Xem41;oC;(?5Uahosw 6>Q2eA1 gg`NbN@N8N9N;N<N=N>?@ACDEFNBO@"$L@(T@D@HJL@PR@V @@@Unknown G.Cx Times New Roman5Symbol3. *Cx Arial7.@Calibri;Wingdings7. [ @Verdana;(SimSun[SO?= *Cx Courier NewC (PMingLiUe0}fԚ5. .[`)Tahoma7@CambriaA$BCambria Math"1HhIFG B( B(!08N8NBQ P  8gS xx -                           ! " # $ % & ' ( ) * + , Oh+'0P    $08@H Normal.dotm1Microsoft Office Word@@m@L/ B՜.+,D՜.+,( hpx  (8N  Title  8@ _PID_HLINKSAd H_"z772b54525fb14aeb8c2ee82a7f397520H_"z772b54525fb14aeb8c2ee82a7f397520.http://go.microsoft.com/fwlink/?LinkId=208707PB:http://go.microsoft.com/fwlink/?LinkID=208708&clcid=0x409.http://go.microsoft.com/fwlink/?LinkId=208710z3z3 .http://go.microsoft.com/fwlink/?LinkId=209548.http://go.microsoft.com/fwlink/?LinkId=208715.http://go.microsoft.com/fwlink/?LinkId=208717.http://go.microsoft.com/fwlink/?LinkId=208718.http://go.microsoft.com/fwlink/?LinkId=208719.http://go.microsoft.com/fwlink/?LinkId=208714z8z8.http://go.microsoft.com/fwlink/?LinkId=208724z1z1.http://go.microsoft.com/fwlink/?LinkId=208720.http://go.microsoft.com/fwlink/?LinkId=208713.http://go.microsoft.com/fwlink/?LinkId=208712.http://go.microsoft.com/fwlink/?LinkId=208711z6z6z4z4QB:http://go.microsoft.com/fwlink/?LinkID=208709&clcid=0x409z7z7z2z2z5z5.http://go.microsoft.com/fwlink/?LinkId=208705.http://go.microsoft.com/fwlink/?LinkId=208707.http://go.microsoft.com/fwlink/?LinkId=208710 .http://go.microsoft.com/fwlink/?LinkId=209549 .http://go.microsoft.com/fwlink/?LinkId=209548.http://go.microsoft.com/fwlink/?LinkId=208715.http://go.microsoft.com/fwlink/?LinkId=208714.http://go.microsoft.com/fwlink/?LinkId=208705.http://go.microsoft.com/fwlink/?LinkId=208719.http://go.microsoft.com/fwlink/?LinkId=208711.http://go.microsoft.com/fwlink/?LinkId=208718.http://go.microsoft.com/fwlink/?LinkId=208717.http://go.microsoft.com/fwlink/?LinkId=208712.http://go.microsoft.com/fwlink/?LinkId=208724.http://go.microsoft.com/fwlink/?LinkId=208720.http://go.microsoft.com/fwlink/?LinkId=208709.http://go.microsoft.com/fwlink/?LinkId=208713PB~:http://go.microsoft.com/fwlink/?LinkID=208708&clcid=0x409 {.http://go.microsoft.com/fwlink/?LinkId=208640 x.http://go.microsoft.com/fwlink/?LinkId=208640 u.http://go.microsoft.com/fwlink/?LinkId=208644 r.http://go.microsoft.com/fwlink/?LinkId=208640 o.http://go.microsoft.com/fwlink/?LinkId=208640 l.http://go.microsoft.com/fwlink/?LinkId=208640 i.http://go.microsoft.com/fwlink/?LinkId=208640 f.http://go.microsoft.com/fwlink/?LinkId=209549>__Toc317837904>Y_Toc317837903>S_Toc317837902>M_Toc317837901>G_Toc317837900?A_Toc317837899?;_Toc317837898?5_Toc317837897?/_Toc317837896?)_Toc317837895?#_Toc317837894?_Toc317837893?_Toc317837892?_Toc317837891? _Toc317837890Dhmailto:iplg@microsoft.com .http://go.microsoft.com/fwlink/?LinkId=214448 .http://go.microsoft.com/fwlink/?LinkId=214445  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRTUVWXYZ[\^_`abcdefghijklmnopqrstuvwxyz{|}~   Root Entry F/ Data S1Table]+WordDocument SummaryInformation(DocumentSummaryInformation8!MsoDataStore//XIMIUEU1E0WQ==2//Item  PropertiesUCompObj r   F Microsoft Word 97-2003 Document MSWordDocWord.Document.89q