共用方式為


Publication.CreateSnapshotAgent Method

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 (in microsoft.sqlserver.rmo.dll)

語法

'宣告
Public Sub CreateSnapshotAgent
public void CreateSnapshotAgent ()
public:
void CreateSnapshotAgent ()
public void CreateSnapshotAgent ()
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).

The CreateSnapshotAgent method is available with SQL Server 2005 and later.

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

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Publication Class
Publication Members
Microsoft.SqlServer.Replication Namespace