This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxGeodatabase Interface > IGxGeodatabase.Backup Method (ArcObjects .NET 10.5 SDK) |
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 );