DeadlockPriority Enumeration
Enumerates the priorities used to resolve deadlocks that occur during snapshot generation.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
<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. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Replication Namespace
DistributorDeadlockPriority
PublisherDeadlockPriority