InitialSyncType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
BcpNative | 0 | Produces native-mode bulk copy program output of all tables. |
BcpChar | 1 | Produces character-mode bulk copy program output of all tables. |
ConcurrentNative | 3 | Produces native-mode bulk copy program output of all tables but does not lock tables during the snapshot. |
ConcurrentChar | 4 | Produces character-mode bulk copy program output of all tables but does not lock tables during the snapshot. |
DatabaseSnapshotNative | 5 | A DatabaseSnapshotNative type. |
DatabaseSnapshotChar | 6 | A DatabaseSnapshotChar 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.