Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Microsoft.SqlServer.Replication Namespace
DistributorDeadlockPriority
PublisherDeadlockPriority