LOTUSSCRIPT/COM/OLE CLASSES


Examples: Replicate method
This script replicates the current database with the database replica on the server Berlin.

Dim session As New NotesSession
Dim db As NotesDatabase
Set db = session.CurrentDatabase
Call db.Replicate( "Berlin" )

Véase también


Glosario
¿Desea opinar sobre la Ayuda o sobre la utilidad del producto?