Freigeben über


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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Replication Namespace