Méthode AgentProfile.Create

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Sub Create
'Utilisation
Dim instance As AgentProfile

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

Notes

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

Voir aussi

Référence

AgentProfile Classe

Espace de noms Microsoft.SqlServer.Replication

Autres ressources

Utiliser des profils d'agent de réplication (programmation RMO)