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

This namespace, class, or member is supported only in the .NET Framework 2.0.