次の方法で共有


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 名前空間