InitialSyncType Enum

Definition

Enumerates the data file formats supported for the initial snapshot.

public enum class InitialSyncType
public enum InitialSyncType
type InitialSyncType = 
Public Enum InitialSyncType
Inheritance
InitialSyncType

Fields

BcpChar 1

Produces character-mode bulk copy program output of all tables.

BcpNative 0

Produces native-mode bulk copy program output of all tables.

ConcurrentChar 4

Produces character-mode bulk copy program output of all tables but does not lock tables during the snapshot.

ConcurrentNative 3

Produces native-mode bulk copy program output of all tables but does not lock tables during the snapshot.

DatabaseSnapshotChar 6

A DatabaseSnapshotChar type.

DatabaseSnapshotNative 5

A DatabaseSnapshotNative type.

Remarks

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.

Applies to

See also