Share via


ReplicationType Enumeration

Enumerates the type of publication for which a snapshot is generated.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration ReplicationType
[ComVisibleAttribute(true)] 
public enum ReplicationType
[ComVisibleAttribute(true)] 
public enum class ReplicationType
/** @attribute ComVisibleAttribute(true) */ 
public enum ReplicationType
ComVisibleAttribute(true) 
public enum ReplicationType

Members

Member name Description
Merge Merge publication.
None Publication type not specified.
Snapshot Snapshot publication.
Transactional Transactional publication.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Replication Namespace