다음을 통해 공유


Create 메서드

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo

구문

‘선언
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.