Publication.CreateSnapshotAgent 메서드

Creates the SQL Server Agent job that is used to generate the initial snapshot for the publication, if this job does not already exist.

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

구문

‘선언
Public Sub CreateSnapshotAgent
‘사용 방법
Dim instance As Publication

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

예외

예외 조건
ApplicationException

The publication does not exist on the server, the server is not running on SQL Server 2005 or later, or the job already exists.

주의

The CreateSnapshotAgent method is used to create a snapshot job for an existing publication that was created with the CreateSnapshotAgentByDefault property set to false.

When configuring a Publisher with a remote Distributor, the values supplied for all properties, including SnapshotGenerationAgentProcessSecurity, are sent to the Distributor as plain text. You should encrypt the connection between the Publisher and its remote Distributor before calling the CreateSnapshotAgent method. For more information, see SQL Server 연결 암호화.

The CreateSnapshotAgent method can be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Calling CreateSnapshotAgent is equivalent to executing sp_addpublication_snapshot(Transact-SQL).

참고 항목

참조

Publication 클래스

Microsoft.SqlServer.Replication 네임스페이스