Miner.Interop Namespace > MMVersioningUtilsClass Class : CreateVersionFromVersion Method |
'Declaration
Public Overridable Function CreateVersionFromVersion( _ ByVal Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _ ByVal Name As System.String, _ ByVal Description As System.String, _ ByVal VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess, _ ByVal ParentVersion As System.String _ ) As ESRI.ArcGIS.Geodatabase.IVersion
'Usage
Dim instance As MMVersioningUtilsClass Dim Workspace As ESRI.ArcGIS.Geodatabase.IWorkspace Dim Name As System.String Dim Description As System.String Dim VersionAccess As ESRI.ArcGIS.Geodatabase.esriVersionAccess Dim ParentVersion As System.String Dim value As ESRI.ArcGIS.Geodatabase.IVersion value = instance.CreateVersionFromVersion(Workspace, Name, Description, VersionAccess, ParentVersion)
public virtual ESRI.ArcGIS.Geodatabase.IVersion CreateVersionFromVersion( ESRI.ArcGIS.Geodatabase.IWorkspace Workspace, System.string Name, System.string Description, ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess, System.string ParentVersion )
public function CreateVersionFromVersion( Workspace: ESRI.ArcGIS.Geodatabase.IWorkspace; Name: System.String; Description: System.String; VersionAccess: ESRI.ArcGIS.Geodatabase.esriVersionAccess; ParentVersion: System.String ): ESRI.ArcGIS.Geodatabase.IVersion; virtual;
public function CreateVersionFromVersion( Workspace : ESRI.ArcGIS.Geodatabase.IWorkspace, Name : System.String, Description : System.String, VersionAccess : ESRI.ArcGIS.Geodatabase.esriVersionAccess, ParentVersion : System.String ) : ESRI.ArcGIS.Geodatabase.IVersion;
public: virtual ESRI.ArcGIS.Geodatabase.IVersion* CreateVersionFromVersion( ESRI.ArcGIS.Geodatabase.IWorkspace* Workspace, System.string* Name, System.string* Description, ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess, System.string* ParentVersion )
public: virtual ESRI.ArcGIS.Geodatabase.IVersion^ CreateVersionFromVersion( ESRI.ArcGIS.Geodatabase.IWorkspace^ Workspace, System.String^ Name, System.String^ Description, ESRI.ArcGIS.Geodatabase.esriVersionAccess VersionAccess, System.String^ ParentVersion )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2