Compartir a través de


SnapshotGenerationAgent Miembros

Provides the functionality of the Replication Snapshot Agent.

El tipo SnapshotGenerationAgent expone los siguientes miembros.

Constructores

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

Principio

Métodos

  Nombre Descripción
Método publico Abort (Se hereda de AgentCore).
Método publico CreateObjRef (Se hereda de MarshalByRefObject).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GenerateSnapshot Starts the Snapshot Agent to generate the snapshot.
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 protegido MemberwiseClone (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de MarshalByRefObject).
Método publico ResetParametersToDefault (Se hereda de AgentCore).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública AbortPolicy Gets or sets how running replication agent threads are terminated when an unanticipated shutdown occurs. (Se hereda de AgentCore).
Propiedad pública BcpBatchSize Gets or set the number of rows to send to the Distributor in a bulk copy operation.
Propiedad pública ComErrorCollection Returns information on errors that occur during agent execution. (Se hereda de AgentCore).
Propiedad pública Distributor Gets or sets the name of the instance of SQL Server acting as the Distributor for the publication.
Propiedad pública DistributorDeadlockPriority Gets or sets the priority of the Snapshot Agent connection to the Distributor when a deadlock occurs.
Propiedad pública DistributorEncryptedPassword Infraestructura.
Propiedad pública DistributorEncryptionLevel Gets of sets the level of Secure Sockets Layer (SSL) encryption used by the Snapshot Agent when connecting to the Distributor.
Propiedad pública DistributorLogin Gets or sets the login name used when connecting locally to the Distributor using SQL Server Authentication.
Propiedad pública DistributorNetworkLibrary Infraestructura.
Propiedad pública DistributorPassword Sets the password used when connecting locally to the Distributor using SQL Server Authentication.
Propiedad pública DistributorSecurityMode Gets or sets the security mode used when connecting locally to the Distributor.
Propiedad pública DynamicFilterHostName Gets or sets the value supplied to the HOST_NAME function used in a parameterized row filter.
Propiedad pública DynamicFilterLogin Gets or sets the value supplied to the SUSER_SNAME function used in a parameterized row filter.
Propiedad pública DynamicSnapshotLocation 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.
Propiedad pública FieldDelimiter Gets or sets the character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.
Propiedad pública FlatExceptionCollection Infraestructura. (Se hereda de AgentCore).
Propiedad pública HistoryVerboseLevel Gets or sets the amount of history logged during agent execution. (Se hereda de AgentCore).
Propiedad pública HRBcpBlocks Infraestructura.
Propiedad pública HRBcpBlockSize Infraestructura.
Propiedad pública HRBcpDynamicBlocks Infraestructura.
Propiedad pública LoginTimeout Get or sets the number of seconds before the login times out for connections made by the agent. (Se hereda de AgentCore).
Propiedad pública MaxBcpThreads Gets or sets the number of bulk copy operations that can be performed in parallel.
Propiedad pública MaxNetworkOptimization Gets or sets whether out-of-partition deletes are sent to the Subscriber.
Propiedad pública OnetimeDynamicSnapshot Infraestructura.
Propiedad pública Output Get or sets the name and path of the agent output file. (Se hereda de AgentCore).
Propiedad pública OutputVerboseLevel Gets or sets the level of detail of information written to the agent output file. (Se hereda de AgentCore).
Propiedad pública PacketSize Infraestructura. (Se hereda de AgentCore).
Propiedad pública ProfileName Gets or sets an agent profile to use when running the agent. (Se hereda de AgentCore).
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 SQL Server that is the Publisher.
Propiedad pública PublisherDatabase Gets or sets the name of the publication database.
Propiedad pública PublisherDeadlockPriority Gets or sets the priority of the Snapshot Agent connection to the Publisher when a deadlock occurs.
Propiedad pública PublisherEncryptedPassword Infraestructura.
Propiedad pública PublisherEncryptionLevel Gets of sets the level of Secure Sockets Layer (SSL) encryption used by the Snapshot Agent when connecting to the Distributor.
Propiedad pública PublisherFailoverPartner Gets or sets the failover partner instance of SQL Server participating in a database mirroring session with the publication database. (Se hereda de AgentCore).
Propiedad pública PublisherLogin Gets or sets the login name used when connecting to the Publisher using SQL Server Authentication.
Propiedad pública PublisherNetworkLibrary Infraestructura.
Propiedad pública PublisherPassword Sets the password used when connecting to the Publisher using SQL Server Authentication.
Propiedad pública PublisherSecurityMode Gets or sets the security mode used when connecting to the Publisher.
Propiedad pública QueryTimeout Get or sets the number of seconds before a query times out. (Se hereda de AgentCore).
Propiedad pública ReplicationType Gets or sets the type of publication.
Propiedad pública RowDelimiter Gets or sets the character or character sequence that marks the end of a row in the SQL Server bulk-copy data file.
Propiedad pública SecureDistributorEncryptedPassword Infraestructura.
Propiedad pública SecureDistributorPassword Sets the password (as a SecureString object) used when connecting locally to the Distributor using SQL Server Authentication.
Propiedad pública SecurePublisherEncryptedPassword Infraestructura.
Propiedad pública SecurePublisherPassword Sets the password (as a SecureString object) used when connecting to the Publisher using SQL Server Authentication.
Propiedad pública StartQueueTimeout 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.
Propiedad pública Supports70Subscribers Gets or sets whether the generated snapshot supports SQL Server 7.0 Subscribers.

Principio

Eventos

  Nombre Descripción
Evento público ComStatus (Se hereda de AgentCore).
Evento público Status Occurs when a running agent returns status information. (Se hereda de AgentCore).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ISnapshotGenerationAgent. . :: . .ResetParametersToDefault

Principio