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
成員
| 成員名稱 | 說明 | |
|---|---|---|
| ConnectionLevelSync | The replay is synchronized at a connection level. | |
| SequentialReplay | The replay is sequential. |
備註
The ReplayMode enumeration class is served by the Mode property.