ITransSynchronizationAgent 인터페이스

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")> _
Public Interface ITransSynchronizationAgent
‘사용 방법
Dim instance As ITransSynchronizationAgent
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[ComVisibleAttribute(true)]
[GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")]
public interface ITransSynchronizationAgent
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")]
public interface class ITransSynchronizationAgent
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
[<ComVisibleAttribute(true)>]
[<GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")>]
type ITransSynchronizationAgent =  interface end
public interface ITransSynchronizationAgent

ITransSynchronizationAgent 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AltSnapshotFolder Gets or sets the alternate snapshot folder for the subscription.
공용 속성 ComErrorCollection Gets a collection of errors that are generated by the replication agent.
공용 속성 Distributor Gets or sets the name of the instance of Microsoft SQL Server that is acting as the Distributor for the subscription.
공용 속성 DistributorAddress Gets or sets the network address that is used to connect to the Distributor when the DistributorNetwork property is specified.
공용 속성 DistributorEncryptedPassword Gets or sets the encrypted password associated with the distributor.
공용 속성 DistributorLogin Gets or sets the login name that is used when connecting to the Distributor by using SQL Server Authentication.
공용 속성 DistributorNetwork Gets or sets the client Net-Library that is used when connecting to the Distributor.
공용 속성 DistributorPassword Sets the password that is used when connecting to the Distributor by using SQL Server Authentication.
공용 속성 DistributorSecurityMode Gets or sets the security mode that is used when connecting to the Distributor.
공용 속성 DtsPackageFileName Gets or sets the name and path of a Microsoft SQL Server 2000 Data Transformation Services (DTS) package that is used to transform command rowsets before they are applied to a Subscriber.
공용 속성 DtsPackagePassword Gets or sets the owner password that used to access the Microsoft SQL Server 2000 Data Transformation Services (DTS) package specified by the DtsPackageFileName property.
공용 속성 FileTransferType Gets or sets how the initial snapshot files are transferred to the Subscriber.
공용 속성 HostName Gets or sets the hostname associated with the agent.
공용 속성 LastUpdatedTime Gets the timestamp of the last time that replication agent synchronized the subscription.
공용 속성 LoginTimeout Gets or sets the maximum number of seconds to wait for connections to be established.
공용 속성 MaxDeliveredTransactions Gets or sets the maximum number of transactions that are applied to the Subscriber during a single agent execution.
공용 속성 Output Gets or sets the file name and path of the agent output file.
공용 속성 OutputVerboseLevel Gets or sets the amount of information that is logged by the Distribution Agent in the agent output file.
공용 속성 ProfileName Gets or sets the name of the profile that is used by the agent.
공용 속성 Publication Gets or sets the name of the publication.
공용 속성 Publisher Gets or sets the name of the instance of Microsoft SQL Server that is the Publisher for the subscription.
공용 속성 PublisherDatabase Gets or sets the name of the publication database.
공용 속성 QueryTimeout Gets or sets the number of seconds that are allowed for internal queries to complete.
공용 속성 SkipErrors Gets or sets a colon-separated list of the error numbers that are to be skipped by this agent.
공용 속성 Subscriber Gets or sets the name of the instance of Microsoft SQL Server that is the Subscriber.
공용 속성 SubscriberDatabase Gets or sets the name of the subscription database.
공용 속성 SubscriberDatabasePath Gets or sets the path of the subscription database.
공용 속성 SubscriberDataSourceType Gets or sets the type of data source that is used as the Subscriber.
공용 속성 SubscriberEncryptedPassword Gets or sets the encrypted password associated with the subscriber.
공용 속성 SubscriberLogin Gets or sets the login name that is used when connecting to the Subscriber by using SQL Server Authentication.
공용 속성 SubscriberPassword Gets or sets the password that is used when connecting to the Subscriber by using SQL Server Authentication.
공용 속성 SubscriberSecurityMode Gets or sets the security mode that is used when connecting to the Publisher.
공용 속성 SubscriptionType Gets or sets whether the subscription is a push or pull subscription.
공용 속성 UndeliveredCommands Gets the number of undelivered commands for the agent.
공용 속성 UndeliveredTransactions Gets the number of undelivered transactions for the agent.
공용 속성 UseInProcLoader Gets or sets whether to use the BULK INSERT command when applying snapshot files at the Subscriber.
공용 속성 WorkingDirectory Gets or sets the working directory from which snapshot files are accessed when File Transfer Protocol (FTP) is used.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Abort Aborts the operation of ITransSynchronizationAgent.
공용 메서드 IsSnapshotRequired Specifies whether a new snapshot will be applied during the next agent synchronization.
공용 메서드 Synchronize Starts the Distribution Agent to synchronize the subscription.

맨 위로 이동

주의

See TransSynchronizationAgentfor information on members of ITransSynchronizationAgent.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스