Compartir a través de


TransSynchronizationAgent Miembros

Provides the functionality of the Replication Distribution Agent.

El tipo TransSynchronizationAgent expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico TransSynchronizationAgent Creates an instance of the TransSynchronizationAgent class.

Principio

Métodos

  Nombre Descripción
Método publico Abort Infraestructura.
Método publico CreateObjRef (Se hereda de MarshalByRefObject).
Método publico Dispose() () () () Infraestructura.
Método protegido Dispose(Boolean)
Método publico Equals (Se hereda de Object).
Método protegido Finalize Infraestructura. (Invalida Object. . :: . .Finalize() () () ().)
Método publico GetHashCode (Se hereda de Object).
Método publico GetLifetimeService (Se hereda de MarshalByRefObject).
Método publico GetType (Se hereda de Object).
Método publico InitializeLifetimeService (Se hereda de MarshalByRefObject).
Método publico IsSnapshotRequired Connects to the Distributor and the Subscriber to determine whether a new snapshot will be applied during the next agent synchronization.
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de MarshalByRefObject).
Método publico Synchronize Starts the Distribution Agent to synchronize the subscription.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio

Eventos

  Nombre Descripción
Evento público ComStatus Infraestructura.
Evento público Status Occurs when the Distribution Agent returns synchronization status information.

Principio