SnapshotGenerationAgent Properties

Include Protected Members
Include Inherited Members

The SnapshotGenerationAgent type exposes the following members.

Properties

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

Top