Поделиться через


Элементы SnapshotGenerationAgent

Provides the functionality of the Replication Snapshot Agent.

Тип SnapshotGenerationAgent предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод SnapshotGenerationAgent Creates an instance of the SnapshotGenerationAgent class.

В начало

Методы

  Имя Описание
Открытый метод Abort (Наследуется из AgentCore.)
Открытый метод CreateObjRef (Наследуется из MarshalByRefObject.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GenerateSnapshot Starts the Snapshot Agent to generate the snapshot.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetLifetimeService (Наследуется из MarshalByRefObject.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод InitializeLifetimeService (Наследуется из MarshalByRefObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из MarshalByRefObject.)
Открытый метод ResetParametersToDefault (Наследуется из AgentCore.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

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

В начало

События

  Имя Описание
Открытое событие ComStatus (Наследуется из AgentCore.)
Открытое событие Status Occurs when a running agent returns status information. (Наследуется из AgentCore.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ISnapshotGenerationAgent. . :: . .ResetParametersToDefault

В начало