Метод AgentProfile.Create
Creates the replication agent profile on the instance of SQL Server by using the current properties.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Sub Create
'Применение
Dim instance As AgentProfile
instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()
Замечания
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).
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication
Другие ресурсы
Работа с профилями агента репликации (программирование объектов RMO)