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

참고 항목

참조

AgentProfile 클래스

Microsoft.SqlServer.Replication 네임스페이스

관련 자료

복제 에이전트 프로필 작업(RMO 프로그래밍)