Publication.SnapshotAgentExists Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Permet de déterminer si le travail SQL Server Agent existe pour générer l’instantané initial de cette publication.
public:
property bool SnapshotAgentExists { bool get(); };
public bool SnapshotAgentExists { get; }
member this.SnapshotAgentExists : bool
Public ReadOnly Property SnapshotAgentExists As Boolean
Valeur de propriété
Une Boolean valeur qui indique si le job Agent d'instantané existe pour la publication.
Exceptions
Si la publication n’existe pas sur le serveur, ou si le serveur ne fonctionne pas sous SQL Server 2005 ou versions ultérieures.