InitialSyncType 열거형

Enumerates the data file formats supported for the initial snapshot.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Enumeration InitialSyncType
‘사용 방법
Dim instance As InitialSyncType
public enum InitialSyncType
public enum class InitialSyncType
type InitialSyncType
public enum InitialSyncType

멤버

멤버 이름 설명
BcpNative Produces native-mode bulk copy program output of all tables.
BcpChar Produces character-mode bulk copy program output of all tables.
ConcurrentNative Produces native-mode bulk copy program output of all tables but does not lock tables during the snapshot.
ConcurrentChar Produces character-mode bulk copy program output of all tables but does not lock tables during the snapshot.
DatabaseSnapshotNative A DatabaseSnapshotNative type.
DatabaseSnapshotChar A DatabaseSnapshotChar type.

주의

For an Oracle Publisher, BcpChar is valid only for snapshot replication and ConcurrentChar is valid only for transactional replication. BcpNative and ConcurrentNative are not supported for Oracle Publishers.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스

SnapshotMethod