다음을 통해 공유


InitialSyncType Enumeration

Enumerates the data file formats supported for the initial snapshot.

네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

구문

‘선언
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.

주의

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication Namespace
SnapshotMethod