語言

ReplicationUserDefinedAggregate 類別

定義

代表使用者定義的彙總函數,包含複製所需的資訊。

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
繼承
ReplicationUserDefinedAggregate
實作

備註

此命名空間、類別或成員僅在 .NET 框架 2.0 版本中被支援。

線程安全性

任何此類的公開靜態(SharedMicrosoft Visual Basic)成員對多執行緒操作都是安全的。 任何實例成員都不保證具有執行緒安全性。

建構函式

名稱 Description
ReplicationUserDefinedAggregate()

建立 ReplicationUserDefinedAggregate 類別的新實例。

屬性

名稱 Description
Name

取得或設定使用者定義的聚合函數名稱。

ObjectId

取得或設定使用者自訂聚合複寫的物件識別碼。

OwnerName

取得或設定使用者定義的彙總函數的擁有者。

UserData

取得或設定一個物件,讓使用者能將自己的資料附加到該物件上。

適用於