ReplicationUserDefinedFunction Class

Definition

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

public ref class ReplicationUserDefinedFunction sealed : Microsoft::SqlServer::Replication::IReplicationDBObject
public sealed class ReplicationUserDefinedFunction : Microsoft.SqlServer.Replication.IReplicationDBObject
type ReplicationUserDefinedFunction = class
    interface IReplicationDBObject
Public NotInheritable Class ReplicationUserDefinedFunction
Implements IReplicationDBObject
Inheritance
ReplicationUserDefinedFunction
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

ReplicationUserDefinedFunction()

Creates a new instance of the ReplicationUserDefinedFunction class.

Properties

Encrypted

Gets or sets whether the referenced user-defined function was created with encryption or not.

Name

Gets or sets the name of the user-defined function object.

ObjectId

Gets or sets the object ID.

OwnerName

Gets or sets the owner of the user-defined function.

UserData

Gets or sets an object that allows users to attach their own data to the object.

Applies to