共用方式為


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.