ESRI.ArcGIS.DataManagementTools
UpgradeGDB Constructor(Object,String,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > UpgradeGDB Class > UpgradeGDB Constructor : UpgradeGDB Constructor(Object,String,String)




input_workspace
The personal, file, or ArcSDE geodatabase to be upgraded. (In, Required)
input_prerequisite_check
Specifies whether the prerequisite check is run prior to upgrading the geodatabase. (In, Required)
input_upgradegdb_check
Upgrade geodatabase (in)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal input_workspace As Object, _
   ByVal input_prerequisite_check As String, _
   ByVal input_upgradegdb_check As String _
)
Visual Basic (Usage)Copy Code
Dim input_workspace As Object
Dim input_prerequisite_check As String
Dim input_upgradegdb_check As String
 
Dim instance As UpgradeGDB(input_workspace, input_prerequisite_check, input_upgradegdb_check)
C# 
public UpgradeGDB( 
   object input_workspace,
   string input_prerequisite_check,
   string input_upgradegdb_check
)

Parameters

input_workspace
The personal, file, or ArcSDE geodatabase to be upgraded. (In, Required)
input_prerequisite_check
Specifies whether the prerequisite check is run prior to upgrading the geodatabase. (In, Required)
input_upgradegdb_check
Upgrade geodatabase (in)

See Also

© 2010 All Rights Reserved.