Publication.SnapshotAgentExists 属性

定义

获取是否存在SQL Server 代理作业以生成此发布的初始快照。

public:
 property bool SnapshotAgentExists { bool get(); };
public bool SnapshotAgentExists { get; }
member this.SnapshotAgentExists : bool
Public ReadOnly Property SnapshotAgentExists As Boolean

属性值

一个指示发布是否存在快照代理作业的 Boolean 值。

例外

如果服务器上不存在发布,或者服务器未运行 SQL Server 2005 或更高版本。

适用于