Publication.SnapshotAgentExists 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取是否存在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 或更高版本。