언어

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) 멤버는 멀티스레드 연산에 안전합니다. 모든 인스턴스 멤버는 스레드로부터 안전하게 보호되지 않습니다.

생성자

Name Description
ReplicationUserDefinedAggregate()

ReplicationUserDefinedAggregate 클래스의 새 인스턴스를 만듭니다.

속성

Name Description
Name

사용자 정의 집계 함수의 이름을 얻거나 설정합니다.

ObjectId

사용자 정의 집계 복제의 객체 식별자를 받거나 설정합니다.

OwnerName

사용자 정의 집계 함수의 소유자를 얻거나 설정합니다.

UserData

사용자가 자신의 데이터를 이 객체에 첨부할 수 있도록 객체를 생성하거나 설정합니다.

적용 대상