Enumerates the priorities used to resolve deadlocks that occur during snapshot generation.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
语法
声明
<ComVisibleAttribute(True)> _
Public Enumeration DeadlockPriority
[ComVisibleAttribute(true)]
public enum DeadlockPriority
[ComVisibleAttribute(true)]
public enum class DeadlockPriority
/** @attribute ComVisibleAttribute(true) */
public enum DeadlockPriority
ComVisibleAttribute(true)
public enum DeadlockPriority
Members
Member name | Description |
---|---|
High | When a deadlock occurs, the connection has a higher priority than other connections to the server. |
Low | When a deadlock occurs, the connection has a lower priority than other connections to the server. |
Normal | When a deadlock occurs, the connection has the priority as other connections to the server. |
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
Microsoft.SqlServer.Replication Namespace
DistributorDeadlockPriority
PublisherDeadlockPriority