Add Method

Replication Programming

Replication Programming

Add Method

The Add method adds a SQLReplError object to a SQLReplErrors collection.

Applies To

SQLReplErrors Collection

Syntax

collection.Add object

Part Description
collection Expression that evaluates to a SQLReplErrors collection.
object Expression that evaluates to a SQLReplError object.
Remarks

The AddReplError method can be used to add an error to a SQLReplErrors collection without creating a SQLReplError object first.

Prototype (C/C++)

HRESULT Add(
    ISQLReplError* pISQLReplError);

See Also

AddReplError Method

SQLReplError Object