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 네임스페이스