Перечисление ReplayMode
The ReplayMode enumeration contains values that are used to specify the type of synchronization used during the trace replay.
Пространство имен: Microsoft.SqlServer.Management.Trace
Сборка: Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)
Синтаксис
'Декларация
Public Enumeration ReplayMode
'Применение
Dim instance As ReplayMode
public enum ReplayMode
public enum class ReplayMode
type ReplayMode
public enum ReplayMode
Элементы
Имя элемента | Описание | |
---|---|---|
SequentialReplay | The replay is sequential. | |
ConnectionLevelSync | The replay is synchronized at a connection level. |