ISnapshotGenerationAgent 接口

Provides an implementation of the SnapshotGenerationAgent class for late-bound COM clients.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
<GuidAttribute("238AB2B8-C0CA-47FC-9949-B67D516259BF")> _
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface ISnapshotGenerationAgent
用法
Dim instance As ISnapshotGenerationAgent
[GuidAttribute("238AB2B8-C0CA-47FC-9949-B67D516259BF")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface ISnapshotGenerationAgent
[GuidAttribute(L"238AB2B8-C0CA-47FC-9949-B67D516259BF")]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class ISnapshotGenerationAgent
[<GuidAttribute("238AB2B8-C0CA-47FC-9949-B67D516259BF")>]
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type ISnapshotGenerationAgent =  interface end
public interface ISnapshotGenerationAgent

ISnapshotGenerationAgent 类型公开以下成员。

属性

  名称 说明
公共属性 AbortPolicy Gets or sets how running replication agent threads are terminated when an unanticipated shutdown occurs.
公共属性 BcpBatchSize Gets or set the number of rows to send to the Distributor in a bulk copy operation.
公共属性 ComErrorCollection Gets the information on errors that occur during agent execution.
公共属性 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.
公共属性 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 Gets or sets the distributor network library.
公共属性 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.
公共属性 HistoryVerboseLevel Gets or sets the amount of history logged during agent execution.
公共属性 LoginTimeout Get or sets the number of seconds before the login times out for connections made by the agent.
公共属性 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.
公共属性 Output Get or sets the name and path of the agent output file.
公共属性 OutputVerboseLevel Gets or sets the level of detail of information written to the agent output file.
公共属性 PacketSize Gets or sets the packet size associated with the agent.
公共属性 ProfileName Gets or sets an agent profile to use when running the agent.
公共属性 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.
公共属性 PublisherEncryptionLevel Gets of sets the level of Secure Sockets Layer (SSL) encryption used by the Snapshot Agent when connecting to the Distributor.
公共属性 PublisherLogin Gets or sets the login name used when connecting to the Publisher using SQL Server Authentication.
公共属性 PublisherNetworkLibrary Gets or sets the publisher network library.
公共属性 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.
公共属性 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.
公共属性 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.

页首

方法

  名称 说明
公共方法 Abort Aborts the agent operation.
公共方法 GenerateSnapshot Starts the Snapshot Agent to generate the snapshot.
公共方法 ResetParametersToDefault Restores the parameters to its default value.

页首

注释

See SnapshotGenerationAgent for information on members of ISnapshotGenerationAgent.

请参阅

参考

Microsoft.SqlServer.Replication 命名空间