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.
Obtient 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é
Valeur Boolean qui indique si le travail de l'Agent d'instantané existe pour la publication.
Exceptions
Si la publication n’existe pas sur le serveur, ou si le serveur n’exécute pas SQL Server 2005 ou version ultérieure.