Freigeben über


ITransSynchronizationAgent-Schnittstelle

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("2e9eb2da-1dbc-4bea-aa2e-db0eb9d94344")> _
Public Interface ITransSynchronizationAgent
'Usage
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

Der ITransSynchronizationAgent-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Abort Aborts the operation of ITransSynchronizationAgent.
Öffentliche Methode IsSnapshotRequired Specifies whether a new snapshot will be applied during the next agent synchronization.
Öffentliche Methode Synchronize Starts the Distribution Agent to synchronize the subscription.

Zum Anfang

Hinweise

See TransSynchronizationAgentfor information on members of ITransSynchronizationAgent.

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace