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.dll의 Microsoft.SqlServer.ConnectionInfoExtended
구문
‘선언
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. |