InitialSyncType Enumeration
Enumerates the data file formats supported for the initial snapshot.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Sintaxis
'Declaración
Public Enumeration InitialSyncType
public enum InitialSyncType
public enum class InitialSyncType
public enum 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 | Produces character-mode bulk copy program output of all tables from a database snapshot. This option requires SQL Server 2005 Enterprise Edition Service Pack 2 or later version. |
DatabaseSnapshotNative | Produces native-mode bulk copy program output of all tables from a database snapshot. This option requires SQL Server 2005 Enterprise Edition Service Pack 2 or later version. |
Notas
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.