次の方法で共有


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