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.

注释

The ReplayMode enumeration class is served by the Mode property.