Count Property (Replication)

The Count property specifies the number of SQLReplError objects in the collection.

Applies to
SQLReplErrors Collection  

Syntax

object.Count

Part Description
object Expression that evaluates to an object in the Applies To list
cErrors Number of SQLReplError objects in the collection.

Remarks

The SQLReplErrors collection is instantiated when a replication control method fails. It is available until the next replication control method is called.

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_Count(long *plErrors);

See Also

SQLReplError Object

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.