Publication.CreateSnapshotAgentByDefault 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 ou se définit si le job Agent d'instantané est ajouté automatiquement lors de la création de la publication.
public:
property bool CreateSnapshotAgentByDefault { bool get(); void set(bool value); };
public bool CreateSnapshotAgentByDefault { get; set; }
member this.CreateSnapshotAgentByDefault : bool with get, set
Public Property CreateSnapshotAgentByDefault As Boolean
Valeur de propriété
Une valeur Boolean. Si true, par défaut, un job Agent d'instantané est créé. Si false, un job Agent d'instantané n’est pas créé, et l’instantané doit être généré de manière programmatique.
Remarques
La valeur par défaut de CreateSnapshotAgentByDefault est true. Si vous spécifiez une valeur de false pour CreateSnapshotAgentByDefault, vous devez exécuter manuellement l’Agent d'instantané pour générer l’instantané initial de la publication. Pour plus d’informations, voir Comment : Créer l’instantané initial (programmation RMO).
Ils CreateSnapshotAgentByDefault peuvent être configurés par n’importe quel utilisateur. La propriété ne peut être définie qu’avant la création d’une publication.