Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.