DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files/Microsoft SQL Server/110/SDK/Assemblies/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Program Files/Microsoft SQL Server/110/SDK/Assemblies/en/Microsoft.SqlServer.Replication.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>Microsoft.SqlServer.Replication</name>
  </assembly>
  <members>
    <member name="T:Microsoft.SqlServer.Replication.AbortPolicy">
      <summary>Enumerates the options for how running replication agent threads are terminated when an unanticipated shutdown occurs.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.AbortPolicy.Synchronous">
      <summary>Agent threads are only terminated at well-defined locations after a shutdown is in progress, such as before or after query execution and message logging.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.AbortPolicy.Asynchronous">
      <summary>The agent thread initiating the shutdown may actively abort other running agent threads.</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.AgentApplication"></member>
    <member name="M:Microsoft.SqlServer.Replication.AgentApplication.#ctor"></member>
    <member name="M:Microsoft.SqlServer.Replication.AgentApplication.AgentMain(Microsoft.SqlServer.Replication.AgentCore)"></member>
    <member name="M:Microsoft.SqlServer.Replication.AgentApplication.AgentMain(Microsoft.SqlServer.Replication.AgentCore,System.String)"></member>
    <member name="P:Microsoft.SqlServer.Replication.AgentApplication.Strict6xParameterParsing"></member>
    <member name="T:Microsoft.SqlServer.Replication.AgentCore">
      <summary>Implements the core functionality for managed replication agents.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.AgentCore.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.AgentCore" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.AgentCore.Abort">
      <summary>Aborts the process of the current instance.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.AbortPolicy">
      <summary>Gets or sets how running replication agent threads are terminated when an unanticipated shutdown occurs.</summary>
      <returns>An <see cref="T:Microsoft.SqlServer.Replication.AbortPolicy" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.ComErrorCollection">
      <summary>Gets information on errors that occur during agent execution.</summary>
      <returns>An instance of the <see cref="T:System.Collections.IEnumerable" /> interface.</returns>
    </member>
    <member name="E:Microsoft.SqlServer.Replication.AgentCore.ComStatus"></member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.FlatExceptionCollection">
      <returns>Returns <see cref="T:System.Collections.IEnumerable" />.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.HistoryVerboseLevel">
      <summary>Gets or sets the amount of history logged during agent execution.</summary>
      <returns>An <see cref="T:System.Int32" /> value that can be one of the following:ValueDescription1Always update a previous history message of the same status (startup, progress, success, and so on). If no previous record with the same status exists, insert a new record.2 (default)Insert new history records unless the record is for such things as idle messages or long-running job messages, in which case update the previous records.3Always insert new records, unless it is for idle messages.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.LoginTimeout">
      <summary>Get or sets the number of seconds before the login times out for connections made by the agent.</summary>
      <returns>The number of seconds before the login times out for connections made by the agent.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.Output">
      <summary>Get or sets the name and path of the agent output file.</summary>
      <returns>A <see cref="T:System.String" /> value that represents the file name with an optional file path.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.OutputVerboseLevel">
      <summary>Gets or sets the level of detail of information written to the agent output file.</summary>
      <returns>An <see cref="T:System.Int32" /> value that can be one of the following:ValueDescription0Only error messages are logged.1 (default)All progress report messages are logged.2All progress report messages and error messages are logged.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.PacketSize">
      <returns>Returns <see cref="T:System.Int32" />.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.ProfileName">
      <summary>Gets or sets an agent profile to use when running the agent.</summary>
      <returns>An agent profile to use when running the agent.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.PublisherFailoverPartner">
      <summary>Gets or sets the failover partner instance of SQL Server participating in a database mirroring session with the publication database.</summary>
      <returns>The failover partner.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AgentCore.QueryTimeout">
      <summary>Get or sets the number of seconds before a query times out.</summary>
      <returns>The number of seconds before a query times out.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.AgentCore.ResetParametersToDefault">
      <summary>Resets the value of the parameters to default.</summary>
    </member>
    <member name="E:Microsoft.SqlServer.Replication.AgentCore.Status">
      <summary>Occurs when a running agent returns status information.</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.AgentCore.StatusEventHandler">
      <summary>Delegate that handles the Status event that is raised during agent execution.</summary>
      <param name="sender">The source of the status event.</param>
      <param name="e">A <see cref="T:Microsoft.SqlServer.Replication.StatusEventArgs" /> object that contains the event data.</param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner">
      <summary>Represents an alternate Publisher to which a subscription can be synchronized if the primary Publisher is not available.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner.#ctor">
      <summary>Creates an instance of the <see cref="T:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>Creates an instance of the <see cref="T:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner" /> class with all required properties.</summary>
      <param name="publisher">Name of the alternate Publisher.</param>
      <param name="publisherDatabase">Name of the publication database.</param>
      <param name="publication">Name of the publication.</param>
      <param name="distributor">Name of the Distributor.</param>
      <param name="friendlyName">Friendly name for the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner. </param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner.Distributor">
      <summary>The name of the Distributor.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner.FriendlyName">
      <summary>A friendly name for the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner </summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner.Publication">
      <summary>The name of the publication.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner.Publisher">
      <summary>The name of the alternate Publisher.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner.PublisherDatabase">
      <summary>The name of the publication database.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ComErrorException">
      <summary>The exception that is thrown when a general error is raised by a replication agent. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ComErrorException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ComErrorException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ComErrorException.#ctor(System.Int32,System.String,System.Int32,System.String,System.String,System.Guid,System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ComErrorException" /> class.</summary>
      <param name="comHResult">The error code (HRESULT) value associated with this exception.</param>
      <param name="description">Description of the error.</param>
      <param name="helpContext">The context of a topic in a Help file.</param>
      <param name="helpFile">The fully qualified path to a Help file.</param>
      <param name="source">The name of the source of the error.</param>
      <param name="interfaceId">The identifier of the COM interface that is the source of the error. </param>
      <param name="errorMessage">The error message string.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ComErrorException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ComErrorException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ComErrorException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ComErrorException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorException.ComHResult">
      <summary>Gets the error code (HRESULT) value associated with this exception.</summary>
      <returns>The error code (HRESULT).</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorException.Description">
      <summary>Gets a description of the error.</summary>
      <returns>A description of the error.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorException.ErrorMessage">
      <summary>Gets the error message string.</summary>
      <returns>The error message.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ComErrorException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorException.HelpContext">
      <summary>Gets the context of a topic in a Help file.</summary>
      <returns>The context of a topic in a Help file.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorException.HelpFile">
      <summary>Gets the fully qualified path to a Help file.</summary>
      <returns>The fully qualified path to a Help file.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorException.InterfaceId">
      <summary>Gets the identifier of the COM interface that is the source of the error. </summary>
      <returns>The identifier of the COM interface.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorException.Source">
      <summary>Gets the name of the object or application that is the source of the error.</summary>
      <returns>The name of the object or application that is the source of the error.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ComErrorRecord">
      <summary>Represents information for an error generated by a replication agent.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ComErrorRecord.#ctor">
      <summary>Creates an instance of the <see cref="T:Microsoft.SqlServer.Replication.ComErrorRecord" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ComErrorRecord.#ctor(System.String,System.String,System.Int32)">
      <summary>Creates an instance of the <see cref="T:Microsoft.SqlServer.Replication.ComErrorRecord" /> class and settings properties of the error.</summary>
      <param name="sourceType">Value that identifies the source of the error.</param>
      <param name="description">Description of the error.</param>
      <param name="errorNumber">Numeric error code.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorRecord.Description">
      <summary>A description of the error.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorRecord.ErrorNumber">
      <summary>The numeric error code.</summary>
      <returns>An <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ComErrorRecord.SourceType">
      <summary>A value that identifies the source of the error.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ConnectionFailureException">
      <summary>The exception that is thrown when a database connection fails when a replication agent is running. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ConnectionFailureException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ConnectionFailureException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ConnectionFailureException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ConnectionFailureException" /> class with serialized data.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ConnectionFailureException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ConnectionFailureException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ConnectionFailureException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ConnectionFailureException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.DataSourceType">
      <summary>Enumerates the data sources supported as replication Subscribers.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.SqlServer">
      <summary>Microsoft SQL Server Subscriber</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.OdbcDsn">
      <summary>ODBC data source Subscriber</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.Jet4Database">
      <summary>Microsoft Jet 4.0 (Access) database Subscriber</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.OleDBDataSource">
      <summary>OLE DB data source Subscriber</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.Exchange">
      <summary>Microsoft Exchange Subscriber </summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.Oracle">
      <summary>Oracle database Subscriber</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.DB2Universal">
      <summary>DB2 Universal database Subscriber</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.SqlServerCE">
      <summary>Microsoft SQL Server Compact Subscriber</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DataSourceType.XmlDataSource">
      <summary>XML data source Subscriber</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.DeadlockPriority">
      <summary>Enumerates the priorities used to resolve deadlocks that occur during snapshot generation.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusTen">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusNine">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusEight">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusSeven">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusSix">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusFive">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusFour">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusThree">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusTwo">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.MinusOne">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Zero">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.One">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Two">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Three">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Four">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Five">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Six">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Seven">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Eight">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Nine">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Ten">
      <summary>See the Remarks section.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Low">
      <summary>Specifies that the current session will be the deadlock victim if it is involved in a deadlock and other sessions involved in the deadlock chain have deadlock priority set to either NORMAL or HIGH or to an integer value greater than -5.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.Normal">
      <summary>Specifies that the current session will be the deadlock victim if other sessions involved in the deadlock chain have deadlock priority set to HIGH or to an integer value greater than 0, but will not be the deadlock victim if the other sessions have deadlock priority set to LOW or to an integer value less than 0. </summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.DeadlockPriority.High">
      <summary>Specifies that the current session will be the deadlock victim if other sessions involved in the deadlock chain have deadlock priority set to an integer value greater than 5, or is eligible to be the deadlock victim if another session has also set deadlock priority to HIGH or to an integer value equal to 5. </summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.FciException">
      <summary>The exception that is thrown when an error occurs in the File Compression Interface (FCI).</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.FciException.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.FciException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.FciException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.FciException" /> class with serialized data.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.FciException.#ctor(System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.FciException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.FciException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.FciException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.FileTransferOption">
      <summary>Enumerates the options for obtaining snapshot files.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.FileTransferOption.Unc">
      <summary>Snapshot files are accessed from a Universal Naming Convention (UNC) network share.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.FileTransferOption.Ftp">
      <summary>Snapshot files are downloaded using FTP.</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner">
      <summary>Provides an implementation of the <see cref="T:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner" /> class for late-bound COM clients.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner.Distributor">
      <summary>Gets the name of the distributor.</summary>
      <returns>The name of the distributor.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner.FriendlyName">
      <summary>Gets the friendly name of the <see cref="T:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner" /> object.</summary>
      <returns>The friendly name of the <see cref="T:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner" /> object.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner.Publication">
      <summary>Gets the publication of the <see cref="T:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner" /> object.</summary>
      <returns>The publication of the <see cref="T:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner" /> object.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner.Publisher">
      <summary>Gets the name of the publisher.</summary>
      <returns>The name of the publisher.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.IAlternateSynchronizationPartner.PublisherDatabase">
      <summary>The name of the publication database.</summary>
      <returns>The name of the publication database.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.IComErrorRecord">
      <summary>Provides an implementation of the <see cref="T:Microsoft.SqlServer.Replication.ComErrorRecord" /> class for late-bound COM clients. </summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.IComErrorRecord.Description"></member>
    <member name="P:Microsoft.SqlServer.Replication.IComErrorRecord.ErrorNumber"></member>
    <member name="P:Microsoft.SqlServer.Replication.IComErrorRecord.SourceType"></member>
    <member name="T:Microsoft.SqlServer.Replication.IComStatusEvent"></member>
    <member name="M:Microsoft.SqlServer.Replication.IComStatusEvent.ComStatus(System.Object,Microsoft.SqlServer.Replication.StatusEventArgs)"></member>
    <member name="T:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent">
      <summary>Provides an implementation of the <see cref="T:Microsoft.SqlServer.Replication.MergeSynchronizationAgent" /> class for late-bound COM clients. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Abort"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.AlternateSynchronizationPartnerCollection"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.AltSnapshotFolder"></member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.ClearAllTraceFlags"></member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.ClearTraceFlag(System.Int32)"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.ComErrorCollection"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Distributor"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DistributorAddress"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DistributorLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DistributorNetwork"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DistributorPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DistributorSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DownloadGenerationsPerBatch"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.DynamicSnapshotLocation"></member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.EnableTraceFlag(System.Int32)"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.ExchangeType"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.FileTransferType"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.HostName"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InputMessageFile"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetProxyLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetProxyPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetProxyServer"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.InternetUrl"></member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.IsSnapshotRequired"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.LastUpdatedTime"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.LoginTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.MetadataRetentionCleanup"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Output"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.OutputMessageFile"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.OutputVerboseLevel"></member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.ProcessMessagesAtPublisher"></member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.ProcessMessagesAtSubscriber"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.ProfileName"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Publication"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Publisher"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherAddress"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherChanges"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherConflicts"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherDatabase"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherFailoverPartner"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherNetwork"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.PublisherSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.QueryTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Subscriber"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberChanges"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberConflicts"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberDatabase"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberDatabasePath"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberDataSourceType"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriberSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SubscriptionType"></member>
    <member name="M:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Synchronize"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.SyncToAlternate"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.UploadGenerationsPerBatch"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.UseInteractiveResolver"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.UseWebSynchronization"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.Validate"></member>
    <member name="P:Microsoft.SqlServer.Replication.IMergeSynchronizationAgent.WorkingDirectory"></member>
    <member name="T:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent">
      <summary>Provides an implementation of the <see cref="T:Microsoft.SqlServer.Replication.SnapshotGenerationAgent" /> class for late-bound COM clients. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.Abort"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.AbortPolicy"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.BcpBatchSize"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.ComErrorCollection"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.Distributor"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DistributorDeadlockPriority"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DistributorEncryptionLevel"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DistributorLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DistributorNetworkLibrary"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DistributorPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DistributorSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DynamicFilterHostName"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DynamicFilterLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.DynamicSnapshotLocation"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.FieldDelimiter"></member>
    <member name="M:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.GenerateSnapshot"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.HistoryVerboseLevel"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.LoginTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.MaxBcpThreads"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.MaxNetworkOptimization"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.Output"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.OutputVerboseLevel"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.PacketSize"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.ProfileName"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.Publication"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.Publisher"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.PublisherDatabase"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.PublisherDeadlockPriority"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.PublisherEncryptionLevel"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.PublisherLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.PublisherNetworkLibrary"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.PublisherSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.QueryTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.ReplicationType"></member>
    <member name="M:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.ResetParametersToDefault"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.RowDelimiter"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.StartQueueTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.ISnapshotGenerationAgent.Supports70Subscribers"></member>
    <member name="T:Microsoft.SqlServer.Replication.IStatusEventData"></member>
    <member name="P:Microsoft.SqlServer.Replication.IStatusEventData.Message"></member>
    <member name="P:Microsoft.SqlServer.Replication.IStatusEventData.MessageStatus"></member>
    <member name="P:Microsoft.SqlServer.Replication.IStatusEventData.PercentCompleted"></member>
    <member name="T:Microsoft.SqlServer.Replication.ITransSynchronizationAgent">
      <summary>Provides an implementation of the <see cref="T:Microsoft.SqlServer.Replication.TransSynchronizationAgent" /> class for late-bound COM clients. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.Abort"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.AltSnapshotFolder"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.ComErrorCollection"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.Distributor"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DistributorAddress"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DistributorLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DistributorNetwork"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DistributorPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DistributorSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DtsPackageFileName"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.DtsPackagePassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.FileTransferType"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.HostName"></member>
    <member name="M:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.IsSnapshotRequired"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.LastUpdatedTime"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.LoginTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.MaxDeliveredTransactions"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.Output"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.OutputVerboseLevel"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.ProfileName"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.Publication"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.Publisher"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.PublisherDatabase"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.QueryTimeout"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SkipErrors"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.Subscriber"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriberDatabase"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriberDatabasePath"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriberDataSourceType"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriberEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriberLogin"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriberPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriberSecurityMode"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.SubscriptionType"></member>
    <member name="M:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.Synchronize"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.UndeliveredCommands"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.UndeliveredTransactions"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.UseInProcLoader"></member>
    <member name="P:Microsoft.SqlServer.Replication.ITransSynchronizationAgent.WorkingDirectory"></member>
    <member name="T:Microsoft.SqlServer.Replication.MergeExchangeType">
      <summary>Enumerates options for how the Merge Agent synchronizes data. </summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MergeExchangeType.None">
      <summary>No exchange type is specified.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MergeExchangeType.Upload">
      <summary>Only Subscriber changes are uploaded.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MergeExchangeType.Download">
      <summary>Only Publisher changes are downloaded.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MergeExchangeType.Bidirectional">
      <summary>Changes are downloaded from the Publisher and uploaded from the Subscriber (the default).</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.MergeSynchronizationAgent">
      <summary>Provides the functionality of the Replication Merge Agent. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.#ctor">
      <summary>Creates an instance of the <see cref="T:Microsoft.SqlServer.Replication.MergeSynchronizationAgent" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Abort"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.AlternateSynchronizationPartnerCollection">
      <summary>Gets the alternate synchronization partners for a subscription.</summary>
      <returns>A collection of <see cref="T:Microsoft.SqlServer.Replication.AlternateSynchronizationPartner" /> objects.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.AltSnapshotFolder">
      <summary>Gets or sets the alternate snapshot folder for the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value that is the path of the alternate snapshot folder.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ClearAllTraceFlags"></member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ClearTraceFlag(System.Int32)"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ComErrorCollection">
      <summary>Gets a collection of errors generated by the replication agent.</summary>
      <returns>A <see cref="T:System.Collections.IEnumerable" /> collection of <see cref="T:Microsoft.SqlServer.Replication.ComErrorRecord" /> objects.</returns>
    </member>
    <member name="E:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ComStatus"></member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Dispose"></member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Dispose(System.Boolean)"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Distributor">
      <summary>Gets or sets the name of the instance of Microsoft SQL Server that is acting as the Distributor for the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value that is the name of the Distributor.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DistributorAddress">
      <summary>Gets or sets the network address that is used to connect to the Distributor when the <see cref="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DistributorNetwork" /> property is specified.</summary>
      <returns>A <see cref="T:System.String" /> value that represents the Distributor address.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DistributorLogin">
      <summary>Gets or sets the login name that is used when connecting to the Distributor using SQL Server Authentication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the login name.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DistributorNetwork">
      <summary>Gets or sets the client Net-Library that is used when connecting to the Distributor.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.NetworkType" /> value that indicates the Net-Library to use.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DistributorPassword">
      <summary>Sets the password that is used when connecting to the Distributor using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DistributorSecurityMode">
      <summary>Gets or sets the security mode used when connecting to the Distributor.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value that represents the security mode.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DownloadGenerationsPerBatch">
      <summary>Gets or sets the number of generations to be processed in a single batch while downloading changes from the Publisher to the Subscriber. A generation is defined as a logical group of changes per article.</summary>
      <returns>The number of generations per batch.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.DynamicSnapshotLocation">
      <summary>Gets or sets the location of the partitioned snapshot for this Subscriber.</summary>
      <returns>A <see cref="T:System.String" /> value that represents the full path of the location of the partitioned snapshot files.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.EnableTraceFlag(System.Int32)"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ExchangeType">
      <summary>Gets or sets how data is exchanged during synchronization.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.MergeExchangeType" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.FileTransferType">
      <summary>Gets or sets how the initial snapshot files are transferred to the Subscriber.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.FileTransferOption" /> value.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Finalize"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.HostName">
      <summary>Gets or sets the value used by the Merge Agent when it evaluates a parameterized filter that uses the HOST_NAME function. </summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InputMessageFile"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetLogin">
      <summary>Gets or sets the login name that is used with Web synchronization when connecting to the Publisher by using Internet authentication.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetPassword">
      <summary>Sets the password for the <see cref="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetLogin" /> property that is used with Web synchronization when connecting to the Publisher by using Internet authentication.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetProxyLogin">
      <summary>Gets or sets the login name that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetProxyPassword">
      <summary>Sets the password for the login that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetProxyServer">
      <summary>Gets or sets the name of the Internet proxy server that is used with Web synchronization when connecting to the Web server.</summary>
      <returns>A <see cref="T:System.String" /> value that is the name of the server.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetSecurityMode">
      <summary>Gets or sets the HTTP authentication method that is used when connecting to the Web server during Web synchronization.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetTimeout">
      <summary>Gets or sets the HTTP time-out when connecting to the Web server. </summary>
      <returns>A <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.InternetUrl">
      <summary>Gets or sets the URL of the Web service that is configured for Web synchronization.</summary>
      <returns>A <see cref="T:System.String" /> value that is a valid URL.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.IsSnapshotRequired">
      <summary>Connects to the Publisher or Distributor and the Subscriber to determine whether a new snapshot will be applied during the next agent synchronization.</summary>
      <returns>A <see cref="T:System.Boolean" /> value that indicates whether a new snapshot will be applied. </returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.LastUpdatedTime">
      <summary>Gets the timestamp of the last time that replication agent synchronized the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value that represents a date and time.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.LoginTimeout">
      <summary>Gets or sets the maximum number of seconds to wait for connections to be established.</summary>
      <returns>A <see cref="T:System.Int32" /> value that represents a maximum time, in seconds.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.MetadataRetentionCleanup">
      <summary>Get or sets whether to clean up metadata.</summary>
      <returns>A <see cref="T:System.Boolean" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Output">
      <summary>Gets or sets the agent output file.</summary>
      <returns>A <see cref="T:System.String" /> value that is the name and full path of the output file.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.OutputMessageFile"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.OutputVerboseLevel">
      <summary>Gets or sets the level of detail of information that is written to the agent output file.</summary>
      <returns>A <see cref="T:System.Int32" /> value that can be one of the following values.ValueDescription0Only error messages are logged.1All progress report messages are logged.2All progress report messages and error messages are logged.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ProcessMessagesAtPublisher"></member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ProcessMessagesAtSubscriber"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.ProfileName">
      <summary>Gets or sets the name of the profile that is used by the agent.</summary>
      <returns>A <see cref="T:System.String" /> value that is the name of the profile.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Publication">
      <summary>Gets or sets the name of the publication.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Publisher">
      <summary>Gets or sets the name of the instance of Microsoft SQL Server that is the Publisher for the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherAddress">
      <summary>Gets or sets the network address that is used to connect to the Publisher when the <see cref="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherNetwork" /> property is specified.</summary>
      <returns>A <see cref="T:System.String" /> value that represents the address of the Publisher.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherChanges">
      <summary>Gets the total number of Publisher changes that were applied at the Subscriber during the last synchronization.</summary>
      <returns>A <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherConflicts">
      <summary>Gets the total number of conflicts that occurred at the Publisher during the last synchronization.</summary>
      <returns>A <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherDatabase">
      <summary>Gets or sets the name of the publication database.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherFailoverPartner">
      <summary>Gets or sets the failover partner instance of SQL Server that is participating in a database mirroring session with the publication database. </summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherLogin">
      <summary>Gets or sets the login name that is used when connecting to the Publisher by using SQL Server Authentication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the login name.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherNetwork">
      <summary>Gets or sets the client Net-Library that is used when connecting to the Publisher.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.NetworkType" /> value that indicates the Net-Library to use.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherPassword">
      <summary>Sets the password that is used when connecting to the Publisher by using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.PublisherSecurityMode">
      <summary>Gets or sets the security mode that is used when connecting to the Publisher.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value that represents the security mode.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.QueryTimeout">
      <summary>Gets or sets the number of seconds that are allowed for internal queries to finish.</summary>
      <returns>A <see cref="T:System.Int32" /> value that represents the number of seconds.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SecureDistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SecurePublisherEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SecureSubscriberEncryptedPassword"></member>
    <member name="E:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Status">
      <summary>Occurs when the Merge Agent returns synchronization status information. </summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Subscriber">
      <summary>Gets or sets the name of the instance of Microsoft SQL Server that is the Subscriber. </summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberChanges">
      <summary>Gets the total number of Subscriber changes that were applied at the Publisher during the last synchronization.</summary>
      <returns>A <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberConflicts">
      <summary>Gets the total number of conflicts that occurred at the Publisher during the last synchronization.</summary>
      <returns>A <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberDatabase">
      <summary>Gets or sets the name of the subscription database.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberDatabasePath"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberDataSourceType">
      <summary>Gets or sets the type of data source that is used as the Subscriber.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.DataSourceType" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberLogin">
      <summary>Gets or sets the login name used that is when connecting to the Subscriber by using SQL Server Authentication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the login name.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberPassword">
      <summary>Sets the password that is used when connecting to the Subscriber by using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriberSecurityMode">
      <summary>Gets or sets the security mode used when connecting to the Subscriber.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value that represents the security mode.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SubscriptionType">
      <summary>Gets or sets whether the subscription is a push or pull subscription.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SubscriptionOption" /> value that indicates the subscription type.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Synchronize">
      <summary>Starts the Merge Agent to synchronize the subscription.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.SyncToAlternate">
      <summary>Gets or sets whether the synchronization is to an alternate synchronization partner.</summary>
      <returns>A <see cref="T:System.Boolean" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.UploadGenerationsPerBatch">
      <summary>Gets or sets the number of generations to be processed in a single batch while uploading changes from the Subscriber to the Publisher. A generation is defined as a logical group of changes per article.</summary>
      <returns>The number of generations per batch.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.UseInteractiveResolver">
      <summary>Gets or sets whether the interactive resolver is used during reconciliation.</summary>
      <returns>A <see cref="T:System.Boolean" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.UseWebSynchronization">
      <summary>Gets or sets whether Web synchronization is used. </summary>
      <returns>A <see cref="T:System.Boolean" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.Validate">
      <summary>Gets or sets whether data validation is performed on the Subscriber data at the end of the synchronization.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.ValidateType" /> value that indicates the type of validation that will be performed.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.MergeSynchronizationAgent.WorkingDirectory">
      <summary>Gets or sets the working directory from which snapshot files are accessed when FTP is used.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.MessageStatus">
      <summary>Enumerates replication agent status codes. </summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.None">
      <summary>No status.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.Start">
      <summary>Agent is starting.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.Succeed">
      <summary>Agent operation completed successfully.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.InProgress">
      <summary>Agent operation in progress.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.Idle">
      <summary>Agent is running and waiting for changes.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.Retry">
      <summary>Agent operation failed and is being retried.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.Fail">
      <summary>Agent operation failed.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.ValidationFail">
      <summary>Agent ran data validation, and validation failed.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.ValidationPass">
      <summary>Agent ran data validation, and validation completed successfully.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.RequestShutdownOnValidationFail">
      <summary>Agent ran data validation, and validation failed. Agent will shut down.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.MessageStatus.Abort">
      <summary>Agent operation was aborted.</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.NativeSqlConnectionException">
      <summary>The exception that is thrown when an error is raised by an ODBC driver or an OLEDB provider during bulk copy operations. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.NativeSqlConnectionException.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.NativeSqlConnectionException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.NativeSqlConnectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.NativeSqlConnectionException" /> class with serialized data.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.NativeSqlConnectionException.#ctor(System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.NativeSqlConnectionException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.NativeSqlConnectionException.#ctor(System.String,System.Exception)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.NativeSqlConnectionException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.NativeSqlConnectionException.ErrorSource">
      <summary>The source of the error.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.NativeSqlConnectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.NativeSqlConnectionException.SqlState">
      <summary>Indicates the Microsoft SQL Server SQL state for the error.</summary>
      <returns>A five-character <see cref="T:System.String" /> value that follows the ANSI SQL standard and indicates the error code</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.NetworkType">
      <summary>Enumerates the supported Net-Libraries used by a replication agent when connecting to a replication server.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.NetworkType.DefaultNetwork">
      <summary>Current configured client Net-Library (default).</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.NetworkType.TcpIPSockets">
      <summary>TCP/IP Sockets Net-Library. </summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.NetworkType.Multiprotocol">
      <summary />
    </member>
    <member name="T:Microsoft.SqlServer.Replication.OciException">
      <summary>The exception that is thrown when an error is raised by the Oracle Call Interface (OCI).</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OciException.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OciException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OciException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OciException" /> class with serialized data.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OciException.#ctor(System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OciException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OciException.#ctor(System.String,System.Exception)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OciException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.OSException">
      <summary>The exception that is thrown when an error is raised by the operating system during a File Compression Interface (FCI) operation. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OSException.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OSException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OSException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OSException" /> class with serialized data.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OSException.#ctor(System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OSException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.OSException.#ctor(System.String,System.Exception)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.OSException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException">
      <summary>The exception that is thrown if a value passed to a parameter is out of range for the data type of the parameter.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException.#ctor">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException" /> class by using default values.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException" /> class when given information and context parameters.</summary>
      <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
      <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext" />) for this serialization.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException.#ctor(System.String)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException" /> class when given a message parameter.</summary>
      <param name="message">A description of the error.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException.#ctor(System.String,System.Exception)">
      <summary>Initializes a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException" /> class when given message and inner exception parameters.</summary>
      <param name="message">A description of the error.</param>
      <param name="innerException">A wrapped exception from an external component.</param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.PasswordWriteOnlyException">
      <summary>The exception that is thrown when a replication agent password property is accessed.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.PasswordWriteOnlyException.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.PasswordWriteOnlyException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.PasswordWriteOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.PasswordWriteOnlyException" /> class with serialized data.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.PasswordWriteOnlyException.#ctor(System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.PasswordWriteOnlyException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.PasswordWriteOnlyException.#ctor(System.String,System.Exception)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.PasswordWriteOnlyException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ReplicationAgentContainerException">
      <summary>The exception that is thrown when one or more errors are generated by a managed code-based replication agent.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerException.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ReplicationAgentContainerException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerException.#ctor(System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ReplicationAgentContainerException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerException.#ctor(System.String,System.Exception)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ReplicationAgentContainerException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ReplicationAgentContainerException.ExceptionCollection">
      <summary>Gets the collection of exception objects returned by the replication agent.</summary>
      <returns>An <see cref="T:System.Collections.ArrayList" /> of exception objects.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ReplicationAgentContainerException.FlatExceptionCollection">
      <summary>Gets the collection of exception objects accessed using the <see cref="T:System.Collections.IEnumerable" /> interface.</summary>
      <returns>An <see cref="T:System.Collections.IEnumerable" /> interface used to access the collection.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination. </param>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException"></member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException.#ctor"></member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException.#ctor(System.String)"></member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException.#ctor(System.String,System.Exception)"></member>
    <member name="T:Microsoft.SqlServer.Replication.ReplicationAgentException">
      <summary>The base exception class for exceptions generated during replication agent execution.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentException.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ReplicationAgentException" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ReplicationAgentException" /> class with serialized data.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination.</param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentException.#ctor(System.String)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ReplicationAgentException" /> class with a specified error message.</summary>
      <param name="message">A message that describes the error. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentException.#ctor(System.String,System.Exception)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.ReplicationAgentException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
      <param name="message">The error message that explains the reason for the exception. </param>
      <param name="innerException">The exception that is the cause of the current exception. </param>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.ReplicationAgentException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>Sets the specified <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
      <param name="info">The object that holds the serialized object data.</param>
      <param name="context">The contextual information about the source or destination. </param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.ReplicationAgentException.MessageCode">
      <summary>Gets the error code of the underlying error.</summary>
      <returns>An <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ReplicationType">
      <summary>Enumerates the type of publication for which a snapshot is generated. </summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ReplicationType.None">
      <summary>Publication type not specified.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ReplicationType.Transactional">
      <summary>Transactional publication.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ReplicationType.Snapshot">
      <summary>Snapshot publication.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ReplicationType.Merge">
      <summary>Merge publication.</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ResourceStrings"></member>
    <member name="P:Microsoft.SqlServer.Replication.ResourceStrings.ReplicationStartupNotifyAgent"></member>
    <member name="T:Microsoft.SqlServer.Replication.SecurityMode">
      <summary>Enumerates the type of authentication to use when a replication agent connects to a server in a replication topology.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.SecurityMode.Standard">
      <summary>SQL Server Authentication or HTTP Basic Authentication when used with a Secure Sockets Layer (SSL) connection to the Web synchronization Web server.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.SecurityMode.Integrated">
      <summary>Windows Authentication</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.SnapshotGenerationAgent">
      <summary>Provides the functionality of the Replication Snapshot Agent. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.#ctor">
      <summary>Creates an instance of the <see cref="T:Microsoft.SqlServer.Replication.SnapshotGenerationAgent" /> class.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.BcpBatchSize">
      <summary>Gets or set the number of rows to send to the Distributor in a bulk copy operation.</summary>
      <returns>A <see cref="T:System.Int32" /> value that represents the batch size.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.Distributor">
      <summary>Gets or sets the name of the instance of SQL Server acting as the Distributor for the publication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the name of the Distributor.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DistributorDeadlockPriority">
      <summary>Gets or sets the priority of the Snapshot Agent connection to the Distributor when a deadlock occurs.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.DeadlockPriority" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DistributorEncryptionLevel">
      <summary>Gets of sets the level of Secure Sockets Layer (SSL) encryption used by the Snapshot Agent when connecting to the Distributor.</summary>
      <returns>A <see cref="T:System.Int32" /> value that can be one of the following:ValueDescription0Specifies that SSL is not used.1Specifies that SSL is used, but the agent does not verify that the SSL server certificate is signed by a trusted issuer.2Specifies that SSL is used, and that the certificate is verified.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DistributorLogin">
      <summary>Gets or sets the login name used when connecting locally to the Distributor using SQL Server Authentication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the login name.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DistributorNetworkLibrary"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DistributorPassword">
      <summary>Sets the password used when connecting locally to the Distributor using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DistributorSecurityMode">
      <summary>Gets or sets the security mode used when connecting locally to the Distributor.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value that represents the security mode.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DynamicFilterHostName">
      <summary>Gets or sets the value supplied to the HOST_NAME function used in a parameterized row filter.</summary>
      <returns>A <see cref="T:System.String" /> value used for filtering. </returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DynamicFilterLogin">
      <summary>Gets or sets the value supplied to the SUSER_SNAME function used in a parameterized row filter.</summary>
      <returns>A <see cref="T:System.String" /> value used for filtering. </returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.DynamicSnapshotLocation">
      <summary>Gets or sets the location of the partitioned snapshot for a subscription to a merge publication that is defined based-on a parameterized row filter.</summary>
      <returns>A <see cref="T:System.String" /> value that is the full path to location of the snapshot file for the subscriber.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.FieldDelimiter">
      <summary>Gets or sets the character or character sequence that marks the end of a field in the SQL Server bulk-copy data file. </summary>
      <returns>A <see cref="T:System.String" /> value that represents the field delimiter. </returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.GenerateSnapshot">
      <summary>Starts the Snapshot Agent to generate the snapshot.</summary>
      <exception cref="T:Microsoft.SqlServer.Replication.ReplicationAgentException">When the <see cref="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.Distributor" /> or <see cref="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.Publisher" /> properties are not specified. When SQL Server Authentication is specified for a server connection but a login and password for the connection are not specified.</exception>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.HRBcpBlocks"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.HRBcpBlockSize"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.HRBcpDynamicBlocks"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.MaxBcpThreads">
      <summary>Gets or sets the number of bulk copy operations that can be performed in parallel. </summary>
      <returns>An <see cref="T:System.Int32" /> value that represents the number of parallel threads.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.MaxNetworkOptimization">
      <summary>Gets or sets whether out-of-partition deletes are sent to the Subscriber.</summary>
      <returns>A <see cref="T:System.Boolean" /> value.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.Microsoft#SqlServer#Replication#ISnapshotGenerationAgent#ResetParametersToDefault"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.OnetimeDynamicSnapshot"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.Publication">
      <summary>Gets or sets the name of the publication.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.Publisher">
      <summary>Gets or sets the name of the instance of SQL Server that is the Publisher.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherDatabase">
      <summary>Gets or sets the name of the publication database.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherDeadlockPriority">
      <summary>Gets or sets the priority of the Snapshot Agent connection to the Publisher when a deadlock occurs.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.DeadlockPriority" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherEncryptionLevel">
      <summary>Gets of sets the level of Secure Sockets Layer (SSL) encryption used by the Snapshot Agent when connecting to the Distributor.</summary>
      <returns>A <see cref="T:System.Int32" /> value that can be one of the following:ValueDescription0Specifies that SSL is not used.1Specifies that SSL is used, but the agent does not verify that the SSL server certificate is signed by a trusted issuer.2Specifies that SSL is used, and that the certificate is verified.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherLogin">
      <summary>Gets or sets the login name used when connecting to the Publisher using SQL Server Authentication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the login name.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherNetworkLibrary"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherPassword">
      <summary>Sets the password used when connecting to the Publisher using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.PublisherSecurityMode">
      <summary>Gets or sets the security mode used when connecting to the Publisher.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value that represents the security mode.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.ReplicationType">
      <summary>Gets or sets the type of publication.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.ReplicationType" /> value that indicates the type of publication.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.RowDelimiter">
      <summary>Gets or sets the character or character sequence that marks the end of a row in the SQL Server bulk-copy data file. </summary>
      <returns>A <see cref="T:System.String" /> value that represents the row delimiter. </returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.SecureDistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.SecureDistributorPassword">
      <summary>Sets the password (as a <see cref="T:System.Security.SecureString" /> object) used when connecting locally to the Distributor using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.SecurePublisherEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.SecurePublisherPassword">
      <summary>Sets the password (as a <see cref="T:System.Security.SecureString" /> object) used when connecting to the Publisher using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.StartQueueTimeout">
      <summary>Gets or sets the time that the Snapshot Agent waits when the maximum number of concurrent partitioned snapshot processes for a merge publication are already running.</summary>
      <returns>An <see cref="T:System.Int32" /> value that represents the time, in seconds.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.SnapshotGenerationAgent.Supports70Subscribers">
      <summary>Gets or sets whether the generated snapshot supports SQL Server 7.0 Subscribers.</summary>
      <returns>A <see cref="T:System.Boolean" /> value.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.StatusEventArgs">
      <summary>Represents status information returned by a replication agent when the <see cref="E:Microsoft.SqlServer.Replication.AgentCore.Status" /> event occurs.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.StatusEventArgs.#ctor">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.StatusEventArgs" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.StatusEventArgs.#ctor(System.String,System.Byte,Microsoft.SqlServer.Replication.MessageStatus)">
      <summary>Creates a new instance of the <see cref="T:Microsoft.SqlServer.Replication.StatusEventArgs" /> class with the provided replication agent status information.</summary>
      <param name="message">The status message returned by the replication agent.</param>
      <param name="percentCompleted">A <see cref="T:System.Byte" /> value that indicates estimated amount of the overall synchronization that has completed.</param>
      <param name="messageStatus">A <see cref="T:Microsoft.SqlServer.Replication.MessageStatus" /> value that indicates the current operational status of the replication agent.</param>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.StatusEventArgs.Message">
      <summary>The status message returned by the replication agent.</summary>
      <returns>A <see cref="T:System.String" /> value that contains the status message.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.StatusEventArgs.MessageStatus">
      <summary>The current operational status of the replication agent.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.MessageStatus" /> value that indicates the current operational status of the replication agent.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.StatusEventArgs.PercentCompleted">
      <summary>The estimated amount of the overall synchronization that has completed.</summary>
      <returns>A <see cref="T:System.Byte" /> value that indicates estimated amount of the overall synchronization that has completed from 0 (starting) to 100 (complete).</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.SubscriptionOption">
      <summary>Enumerates the type of subscription.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.SubscriptionOption.Push">
      <summary>Push subscription.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.SubscriptionOption.Pull">
      <summary>Pull subscription.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.SubscriptionOption.Anonymous">
      <summary>Anonymous subscription. Anonymous subscriptions are required if you want to create a subscription without registering the subscription at the Publisher. This is necessary for cases in which you cannot establish a SQL Server connection to the Publisher during subscription configuration.</summary>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.TransSynchronizationAgent">
      <summary>Provides the functionality of the Replication Distribution Agent. </summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.TransSynchronizationAgent.#ctor">
      <summary>Creates an instance of the <see cref="T:Microsoft.SqlServer.Replication.TransSynchronizationAgent" /> class.</summary>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Abort"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.AltSnapshotFolder">
      <summary>Gets or sets the alternate snapshot folder for the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value that is the path to the alternate snapshot folder.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.ComErrorCollection">
      <summary>Gets a collection of errors that are generated by the replication agent.</summary>
      <returns>A <see cref="T:System.Collections.IEnumerable" /> collection of <see cref="T:Microsoft.SqlServer.Replication.ComErrorRecord" /> objects.</returns>
    </member>
    <member name="E:Microsoft.SqlServer.Replication.TransSynchronizationAgent.ComStatus"></member>
    <member name="M:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Dispose"></member>
    <member name="M:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Dispose(System.Boolean)"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Distributor">
      <summary>Gets or sets the name of the instance of Microsoft SQL Server that is acting as the Distributor for the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value that is the name of the Distributor.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DistributorAddress">
      <summary>Gets or sets the network address that is used to connect to the Distributor when the <see cref="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DistributorNetwork" /> property is specified.</summary>
      <returns>A <see cref="T:System.String" /> value representing the Distributor address.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DistributorLogin">
      <summary>Gets or sets the login name that is used when connecting to the Distributor by using SQL Server Authentication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the login name.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DistributorNetwork">
      <summary>Gets or sets the client Net-Library that is used when connecting to the Distributor.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.NetworkType" /> value that indicates the Net-Library to use.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DistributorPassword">
      <summary>Sets the password that is used when connecting to the Distributor by using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DistributorSecurityMode">
      <summary>Gets or sets the security mode that is used when connecting to the Distributor.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value that represents the security mode.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DtsPackageFileName">
      <summary>Gets or sets the name and path of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package that is used to transform command rowsets before they are applied to a Subscriber.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DtsPackagePassword">
      <summary>Gets or sets the owner password that used to access the Microsoft SQL Server 2000 Data Transformation Services (DTS) package specified by the <see cref="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.DtsPackageFileName" /> property.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.FileTransferType">
      <summary>Gets or sets how the initial snapshot files are transferred to the Subscriber.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.FileTransferOption" /> value.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Finalize"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.HostName"></member>
    <member name="M:Microsoft.SqlServer.Replication.TransSynchronizationAgent.IsSnapshotRequired">
      <summary>Connects to the Distributor and the Subscriber to determine whether a new snapshot will be applied during the next agent synchronization.</summary>
      <returns>A <see cref="T:System.Boolean" /> value that indicates whether a new snapshot will be applied. </returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.LastUpdatedTime">
      <summary>Gets the timestamp of the last time that replication agent synchronized the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value that represents a date and time.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.LoginTimeout">
      <summary>Gets or sets the maximum number of seconds to wait for connections to be established.</summary>
      <returns>A <see cref="T:System.Int32" /> value that represents a maximum time, in seconds.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.MaxDeliveredTransactions">
      <summary>Gets or sets the maximum number of transactions that are applied to the Subscriber during a single agent execution. </summary>
      <returns>A <see cref="T:System.Int32" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Output">
      <summary>Gets or sets the file name and path of the agent output file. </summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.OutputVerboseLevel">
      <summary>Gets or sets the amount of information that is logged by the Distribution Agent in the agent output file.</summary>
      <returns>An <see cref="T:System.Int32" /> value that can be one of the following values. ValueDescription0 Only error messages are printed. 1All the progress report messages are printed. 2 (default)All error messages and progress report messages are printed. This is useful for debugging.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.ProfileName">
      <summary>Gets or sets the name of the profile that is used by the agent.</summary>
      <returns>A <see cref="T:System.String" /> value that is the name of the profile.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Publication">
      <summary>Gets or sets the name of the publication.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Publisher">
      <summary>Gets or sets the name of the instance of Microsoft SQL Server that is the Publisher for the subscription.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.PublisherDatabase">
      <summary>Gets or sets the name of the publication database.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.QueryTimeout">
      <summary>Gets or sets the number of seconds that are allowed for internal queries to complete.</summary>
      <returns>A <see cref="T:System.Int32" /> value that represents the number of seconds.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SecureDistributorEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SecureSubscriberEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SkipErrors">
      <summary>Gets or sets a colon-separated list of the error numbers that are to be skipped by this agent.</summary>
      <returns>A <see cref="T:System.String" /> value that consists of a list of colon-separated Microsoft SQL Server error numbers.</returns>
    </member>
    <member name="E:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Status">
      <summary>Occurs when the Distribution Agent returns synchronization status information. </summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Subscriber">
      <summary>Gets or sets the name of the instance of Microsoft SQL Server that is the Subscriber. </summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriberDatabase">
      <summary>Gets or sets the name of the subscription database.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriberDatabasePath"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriberDataSourceType">
      <summary>Gets or sets the type of data source that is used as the Subscriber.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.DataSourceType" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriberEncryptedPassword"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriberLogin">
      <summary>Gets or sets the login name that is used when connecting to the Subscriber by using SQL Server Authentication.</summary>
      <returns>A <see cref="T:System.String" /> value that is the login name.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriberPassword">
      <summary>Sets the password that is used when connecting to the Subscriber by using SQL Server Authentication.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriberSecurityMode">
      <summary>Gets or sets the security mode that is used when connecting to the Publisher.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SecurityMode" /> value that represents the security mode.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.SubscriptionType">
      <summary>Gets or sets whether the subscription is a push or pull subscription.</summary>
      <returns>A <see cref="T:Microsoft.SqlServer.Replication.SubscriptionOption" /> value that indicates the subscription type.</returns>
    </member>
    <member name="M:Microsoft.SqlServer.Replication.TransSynchronizationAgent.Synchronize">
      <summary>Starts the Distribution Agent to synchronize the subscription.</summary>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.UndeliveredCommands"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.UndeliveredTransactions"></member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.UseInProcLoader">
      <summary>Gets or sets whether to use the BULK INSERT command when applying snapshot files at the Subscriber.</summary>
      <returns>A <see cref="T:System.Boolean" /> value.</returns>
    </member>
    <member name="P:Microsoft.SqlServer.Replication.TransSynchronizationAgent.WorkingDirectory">
      <summary>Gets or sets the working directory from which snapshot files are accessed when File Transfer Protocol (FTP) is used.</summary>
      <returns>A <see cref="T:System.String" /> value.</returns>
    </member>
    <member name="T:Microsoft.SqlServer.Replication.ValidateType">
      <summary>Enumerates the types of validation that are performed during synchronization.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ValidateType.NoValidation">
      <summary>Do not validate the Subscriber data (default).</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ValidateType.RowCountOnly">
      <summary>Full row count validation of the Subscriber data.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ValidateType.RowCountAndChecksum">
      <summary>Full row count and checksum validation of the Subscriber data.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ValidateType.FastRowCountOnly">
      <summary>Perform only a fast row count validation of the Subscriber data.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ValidateType.FastRowCountAndChecksum">
      <summary>Fast row count and checksum validation of the Subscriber data.</summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ValidateType.RowCountAndBinaryChecksum">
      <summary>Full row count and binary checksum validation of the Subscriber data. </summary>
    </member>
    <member name="F:Microsoft.SqlServer.Replication.ValidateType.FastRowCountAndBinaryChecksum">
      <summary>Fast row count and binary checksum validation of the Subscriber data. </summary>
    </member>
  </members>
</doc>

Anon7 - 2022
AnonSec Team