ReplicationUserDefinedAggregate Members

Include Protected Members
Include Inherited Members

Represents a user-defined aggregate function and contains information needed by replication.

The ReplicationUserDefinedAggregate type exposes the following members.

Constructors

  Name Description
Public method ReplicationUserDefinedAggregate() Creates a new instance of the ReplicationUserDefinedAggregate class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Name Gets or sets the name of the user-defined aggregate function.
Public property ObjectId
Public property OwnerName Gets or sets the owner of the user-defined aggregate function.
Public property UserData Gets or sets an object that allows users to attach their own data to this object.

Top