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

멤버

멤버 이름 설명
ConnectionLevelSync The replay is synchronized at a connection level.
SequentialReplay The replay is sequential.

주의

The ReplayMode enumeration class is served by the Mode property.

참고 항목

참조

Microsoft.SqlServer.Management.Trace 네임스페이스