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)

Syntax

'Declaration
Public Enumeration InitialSyncType
'Usage
Dim instance As InitialSyncType
public enum InitialSyncType
public enum class InitialSyncType
type InitialSyncType
public enum InitialSyncType

Members

Member name Description
BcpChar Produces character-mode bulk copy program output of all tables.
BcpNative Produces native-mode bulk copy program output of all tables.
ConcurrentChar Produces character-mode bulk copy program output of all tables but does not lock tables during the snapshot.
ConcurrentNative Produces native-mode bulk copy program output of all tables but does not lock tables during the snapshot.
DatabaseSnapshotChar A DatabaseSnapshotChar type.
DatabaseSnapshotNative 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.

See Also

Reference

Microsoft.SqlServer.Replication Namespace

SnapshotMethod