AgentProfile.Create Method
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.
Creates the replication agent profile on the instance of SQL Server by using the current properties.
public:
void Create();
public void Create ();
member this.Create : unit -> unit
Public Sub 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).