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以降を実行していない場合。

適用対象