Compartir a través de


AgentProfile.Create Método

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Sub Create
'Uso
Dim instance As AgentProfile

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

Comentarios

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).

Vea también

Referencia

AgentProfile Clase

Espacio de nombres Microsoft.SqlServer.Replication

Otros recursos

Trabajar con perfiles de Agente de replicación (programación con RMO)