TransSynchronizationAgent Members

Include Protected Members
Include Inherited Members

Provides the functionality of the Replication Distribution Agent.

The TransSynchronizationAgent type exposes the following members.

Constructors

  Name Description
Public method TransSynchronizationAgent() Creates an instance of the TransSynchronizationAgent class.

Top

Methods

  Name Description
Public method Abort() Infrastructure.
Public method CreateObjRef(Type) (Inherited from MarshalByRefObject.)
Public method Dispose() Infrastructure.
Protected method Dispose(Boolean)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() Infrastructure. (Overrides Object.Finalize().)
Public method GetHashCode() (Inherited from Object.)
Public method GetLifetimeService() (Inherited from MarshalByRefObject.)
Public method GetType() (Inherited from Object.)
Public method InitializeLifetimeService() (Inherited from MarshalByRefObject.)
Public method IsSnapshotRequired() Connects to the Distributor and the Subscriber to determine whether a new snapshot will be applied during the next agent synchronization.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method Synchronize() Starts the Distribution Agent to synchronize the subscription.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AltSnapshotFolder Gets or sets the alternate snapshot folder for the subscription.
Public property ComErrorCollection Gets a collection of errors that are generated by the replication agent.
Public property Distributor Gets or sets the name of the instance of Microsoft SQL Server that is acting as the Distributor for the subscription.
Public property DistributorAddress Gets or sets the network address that is used to connect to the Distributor when the DistributorNetwork property is specified.
Public property DistributorEncryptedPassword Infrastructure.
Public property DistributorLogin Gets or sets the login name that is used when connecting to the Distributor by using SQL Server Authentication.
Public property DistributorNetwork Gets or sets the client Net-Library that is used when connecting to the Distributor.
Public property DistributorPassword Sets the password that is used when connecting to the Distributor by using SQL Server Authentication.
Public property DistributorSecurityMode Gets or sets the security mode that is used when connecting to the Distributor.
Public property DtsPackageFileName 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.
Public property DtsPackagePassword Gets or sets the owner password that used to access the Microsoft SQL Server 2000 Data Transformation Services (DTS) package specified by the DtsPackageFileName property.
Public property FileTransferType Gets or sets how the initial snapshot files are transferred to the Subscriber.
Public property HostName Infrastructure.
Public property LastUpdatedTime Gets the timestamp of the last time that replication agent synchronized the subscription.
Public property LoginTimeout Gets or sets the maximum number of seconds to wait for connections to be established.
Public property MaxDeliveredTransactions Gets or sets the maximum number of transactions that are applied to the Subscriber during a single agent execution.
Public property Output Gets or sets the file name and path of the agent output file.
Public property OutputVerboseLevel Gets or sets the amount of information that is logged by the Distribution Agent in the agent output file.
Public property ProfileName Gets or sets the name of the profile that is used by the agent.
Public property Publication Gets or sets the name of the publication.
Public property Publisher Gets or sets the name of the instance of Microsoft SQL Server that is the Publisher for the subscription.
Public property PublisherDatabase Gets or sets the name of the publication database.
Public property QueryTimeout Gets or sets the number of seconds that are allowed for internal queries to complete.
Public property SecureDistributorEncryptedPassword Infrastructure.
Public property SecureSubscriberEncryptedPassword Infrastructure.
Public property SkipErrors Gets or sets a colon-separated list of the error numbers that are to be skipped by this agent.
Public property Subscriber Gets or sets the name of the instance of Microsoft SQL Server that is the Subscriber.
Public property SubscriberDatabase Gets or sets the name of the subscription database.
Public property SubscriberDatabasePath Infrastructure.
Public property SubscriberDataSourceType Gets or sets the type of data source that is used as the Subscriber.
Public property SubscriberEncryptedPassword Infrastructure.
Public property SubscriberLogin Gets or sets the login name that is used when connecting to the Subscriber by using SQL Server Authentication.
Public property SubscriberPassword Sets the password that is used when connecting to the Subscriber by using SQL Server Authentication.
Public property SubscriberSecurityMode Gets or sets the security mode that is used when connecting to the Publisher.
Public property SubscriptionType Gets or sets whether the subscription is a push or pull subscription.
Public property UndeliveredCommands Infrastructure.
Public property UndeliveredTransactions Infrastructure.
Public property UseInProcLoader Gets or sets whether to use the BULK INSERT command when applying snapshot files at the Subscriber.
Public property WorkingDirectory Gets or sets the working directory from which snapshot files are accessed when File Transfer Protocol (FTP) is used.

Top

Events

  Name Description
Public event ComStatus Infrastructure.
Public event Status Occurs when the Distribution Agent returns synchronization status information.

Top