Replication Programming
ReplicationType Property
The ReplicationType property returns or sets the type of replication for which the snapshot is to be used.
Applies To
Syntax
object.ReplicationType [= value]
Part | Description |
---|---|
object | Expression that evaluates to a SQLSnapshot object. |
value | Value from the REPLICATION_TYPE enumeration. |
Remarks
The types of replication are transactional replication and merge replication.
Data Type
Modifiable
Read/write
Prototype (C/C++)
HRESULT ReplicationType(REPLICATION_TYPE pVal);
HRESULT ReplicationType(REPLICATION_TYPE* pVal);