Expand Minimize
This topic has not yet been rated - Rate this topic

InitialSyncType Enumeration

Enumerates the data file formats supported for the initial snapshot.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public enum InitialSyncType
Member nameDescription
BcpNativeProduces native-mode bulk copy program output of all tables.
BcpCharProduces character-mode bulk copy program output of all tables.
ConcurrentNativeProduces native-mode bulk copy program output of all tables but does not lock tables during the snapshot.
ConcurrentCharProduces character-mode bulk copy program output of all tables but does not lock tables during the snapshot.
DatabaseSnapshotNativeA DatabaseSnapshotNative type.
DatabaseSnapshotCharA 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.