Condividi tramite


Interfaccia ISnapshotGenerationAgent

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
<GuidAttribute("238AB2B8-C0CA-47FC-9949-B67D516259BF")> _
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface ISnapshotGenerationAgent
'Utilizzo
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

Nel tipo ISnapshotGenerationAgent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AbortPolicy Gets or sets how running replication agent threads are terminated when an unanticipated shutdown occurs.
Proprietà pubblica BcpBatchSize Gets or set the number of rows to send to the Distributor in a bulk copy operation.
Proprietà pubblica ComErrorCollection Gets the information on errors that occur during agent execution.
Proprietà pubblica Distributor Gets or sets the name of the instance of SQL Server acting as the Distributor for the publication.
Proprietà pubblica DistributorDeadlockPriority Gets or sets the priority of the Snapshot Agent connection to the Distributor when a deadlock occurs.
Proprietà pubblica DistributorEncryptionLevel Gets of sets the level of Secure Sockets Layer (SSL) encryption used by the Snapshot Agent when connecting to the Distributor.
Proprietà pubblica DistributorLogin Gets or sets the login name used when connecting locally to the Distributor using SQL Server Authentication.
Proprietà pubblica DistributorNetworkLibrary Gets or sets the distributor network library.
Proprietà pubblica DistributorPassword Sets the password used when connecting locally to the Distributor using SQL Server Authentication.
Proprietà pubblica DistributorSecurityMode Gets or sets the security mode used when connecting locally to the Distributor.
Proprietà pubblica DynamicFilterHostName Gets or sets the value supplied to the HOST_NAME function used in a parameterized row filter.
Proprietà pubblica DynamicFilterLogin Gets or sets the value supplied to the SUSER_SNAME function used in a parameterized row filter.
Proprietà pubblica 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.
Proprietà pubblica FieldDelimiter Gets or sets the character or character sequence that marks the end of a field in the SQL Server bulk-copy data file.
Proprietà pubblica HistoryVerboseLevel Gets or sets the amount of history logged during agent execution.
Proprietà pubblica LoginTimeout Get or sets the number of seconds before the login times out for connections made by the agent.
Proprietà pubblica MaxBcpThreads Gets or sets the number of bulk copy operations that can be performed in parallel.
Proprietà pubblica MaxNetworkOptimization Gets or sets whether out-of-partition deletes are sent to the Subscriber.
Proprietà pubblica Output Get or sets the name and path of the agent output file.
Proprietà pubblica OutputVerboseLevel Gets or sets the level of detail of information written to the agent output file.
Proprietà pubblica PacketSize Gets or sets the packet size associated with the agent.
Proprietà pubblica ProfileName Gets or sets an agent profile to use when running the agent.
Proprietà pubblica Publication Gets or sets the name of the publication.
Proprietà pubblica Publisher Gets or sets the name of the instance of SQL Server that is the Publisher.
Proprietà pubblica PublisherDatabase Gets or sets the name of the publication database.
Proprietà pubblica PublisherDeadlockPriority Gets or sets the priority of the Snapshot Agent connection to the Publisher when a deadlock occurs.
Proprietà pubblica PublisherEncryptionLevel Gets of sets the level of Secure Sockets Layer (SSL) encryption used by the Snapshot Agent when connecting to the Distributor.
Proprietà pubblica PublisherLogin Gets or sets the login name used when connecting to the Publisher using SQL Server Authentication.
Proprietà pubblica PublisherNetworkLibrary Gets or sets the publisher network library.
Proprietà pubblica PublisherSecurityMode Gets or sets the security mode used when connecting to the Publisher.
Proprietà pubblica QueryTimeout Get or sets the number of seconds before a query times out.
Proprietà pubblica ReplicationType Gets or sets the type of publication.
Proprietà pubblica RowDelimiter Gets or sets the character or character sequence that marks the end of a row in the SQL Server bulk-copy data file.
Proprietà pubblica 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.
Proprietà pubblica Supports70Subscribers Gets or sets whether the generated snapshot supports SQL Server 7.0 Subscribers.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Abort Aborts the agent operation.
Metodo pubblico GenerateSnapshot Starts the Snapshot Agent to generate the snapshot.
Metodo pubblico ResetParametersToDefault Restores the parameters to its default value.

In alto

Osservazioni

See SnapshotGenerationAgent for information on members of ISnapshotGenerationAgent.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication