Share via


AgentProfile.Create Method

Creates the replication agent profile on the instance of SQL Server by using the current properties. 

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Sub Create
'Usage
Dim instance As AgentProfile

instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()

Remarks

The Create method should be called before performing any operations with agent profile parameters.

The Create method can be called only by members of the sysadmin fixed server role at the Distributor.

Calling Create is equivalent to executing sp_add_agent_profile (Transact-SQL).

See Also

Reference

AgentProfile Class

Microsoft.SqlServer.Replication Namespace

Other Resources

Work with Replication Agent Profiles (RMO Programming)