Miner.Geodatabase.Edit Namespace > EditLogMonitor Class : GetConflict Method |
'Declaration
Public Sub GetConflict( _ ByVal lConflictIndex As System.Integer, _ ByRef sTableName As System.String, _ ByRef lOID As System.Integer, _ ByRef sFieldName As System.String, _ ByRef eConflictType As mmImportConflictType _ )
'Usage
Dim instance As EditLogMonitor Dim lConflictIndex As System.Integer Dim sTableName As System.String Dim lOID As System.Integer Dim sFieldName As System.String Dim eConflictType As mmImportConflictType instance.GetConflict(lConflictIndex, sTableName, lOID, sFieldName, eConflictType)
public void GetConflict( System.int lConflictIndex, out System.string sTableName, out System.int lOID, out System.string sFieldName, out mmImportConflictType eConflictType )
public procedure GetConflict( lConflictIndex: System.Integer; Out sTableName: System.String; Out lOID: System.Integer; Out sFieldName: System.String; Out eConflictType: mmImportConflictType );
public function GetConflict( lConflictIndex : System.int, sTableName : System.String, lOID : System.int, sFieldName : System.String, eConflictType : mmImportConflictType );
public: void GetConflict( System.int lConflictIndex, [PARAMFLAG::Out] System.string* sTableName, [PARAMFLAG::Out] System.int lOID, [PARAMFLAG::Out] System.string* sFieldName, [PARAMFLAG::Out] mmImportConflictType eConflictType )
public: void GetConflict( System.int lConflictIndex, [Out] System.String^ sTableName, [Out] System.int lOID, [Out] System.String^ sFieldName, [Out] mmImportConflictType eConflictType )
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