This document is archived and information here might be outdated. Recommended version. |
Backs up a Geodatabase from a Data server.
[Visual Basic .NET]
Public Sub Backup ( _
ByVal backupName As String, _
ByVal backupFileName As String, _
ByVal Description As String, _
ByRef isSimpleRecoveryModel As Boolean _
)
[C#]
public void Backup (
string backupName,
string backupFileName,
string Description,
ref bool isSimpleRecoveryModel
);