Enumerates the options for how running replication agent threads are terminated when an unanticipated shutdown occurs.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
구문
‘선언
<ComVisibleAttribute(True)> _
Public Enumeration AbortPolicy
[ComVisibleAttribute(true)]
public enum AbortPolicy
[ComVisibleAttribute(true)]
public enum class AbortPolicy
/** @attribute ComVisibleAttribute(true) */
public enum AbortPolicy
ComVisibleAttribute(true)
public enum AbortPolicy
Members
| Member name | Description |
|---|---|
| Asynchronous | The agent thread initiating the shutdown may actively abort other running agent threads. |
| Synchronous | Agent threads are only terminated at well-defined locations after a shutdown is in progress, such as before or after query execution and message logging. |
주의
An unanticipated shutdown can occur because of a system runtime failure or a user initiated abort request.
The policy should be chosen depending on application state requirements. An asynchronous policy may be more responsive during a shutdown but can require the use of other techniques to return the runtime environment to an expected state. A synchronous policy can help avoid inadvertent interruption of updates to these critical global runtime states when a replication agent is invoked synchronously from an application.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.