ReplicationUserDefinedAggregate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a user-defined aggregate function and contains information needed by replication.
public ref class ReplicationUserDefinedAggregate sealed : Microsoft::SqlServer::Replication::IReplicationDBObject
public sealed class ReplicationUserDefinedAggregate : Microsoft.SqlServer.Replication.IReplicationDBObject
type ReplicationUserDefinedAggregate = class
interface IReplicationDBObject
Public NotInheritable Class ReplicationUserDefinedAggregate
Implements IReplicationDBObject
- Inheritance
-
ReplicationUserDefinedAggregate
- Implements
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Thread Safety
Any public static (Shared
in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Constructors
ReplicationUserDefinedAggregate() |
Creates a new instance of the ReplicationUserDefinedAggregate class. |
Properties
Name |
Gets or sets the name of the user-defined aggregate function. |
ObjectId |
Gets or sets the object identifier for the user-defined aggregate replication. |
OwnerName |
Gets or sets the owner of the user-defined aggregate function. |
UserData |
Gets or sets an object that allows users to attach their own data to this object. |