Publication.SnapshotAgentExists Eigenschaft

Definition

Ruft ab, wenn der SQL Server-Agent Auftrag vorhanden ist, um die anfängliche Momentaufnahme für diese Publikation zu generieren.

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

Eigenschaftswert

Ein Boolean-Wert, der angibt, ob der Momentaufnahme-Agentauftrag für die Veröffentlichung vorhanden ist.

Ausnahmen

Wenn die Publikation nicht auf dem Server vorhanden ist oder der Server nicht SQL Server 2005 oder höher ausgeführt wird.

Gilt für: