ArcFM Responder Mobile Developer Guide
PreAllocateSequence Method






Syntax
'Declaration
 
Sub PreAllocateSequence( _
   ByVal sSequenceName As System.String, _
   ByVal sTargetTableName As System.String, _
   ByVal sIdFieldName As System.String, _
   ByVal lCount As System.Integer _
) 
'Usage
 
Dim instance As IMMPxSequenceGenerator
Dim sSequenceName As System.String
Dim sTargetTableName As System.String
Dim sIdFieldName As System.String
Dim lCount As System.Integer
 
instance.PreAllocateSequence(sSequenceName, sTargetTableName, sIdFieldName, lCount)
void PreAllocateSequence( 
   System.string sSequenceName,
   System.string sTargetTableName,
   System.string sIdFieldName,
   System.int lCount
)
procedure PreAllocateSequence( 
    sSequenceName: System.String;
    sTargetTableName: System.String;
    sIdFieldName: System.String;
    lCount: System.Integer
); 
function PreAllocateSequence( 
   sSequenceName : System.String,
   sTargetTableName : System.String,
   sIdFieldName : System.String,
   lCount : System.int
);
void PreAllocateSequence( 
   System.string* sSequenceName,
   System.string* sTargetTableName,
   System.string* sIdFieldName,
   System.int lCount
) 
void PreAllocateSequence( 
   System.String^ sSequenceName,
   System.String^ sTargetTableName,
   System.String^ sIdFieldName,
   System.int lCount
) 

Parameters

sSequenceName
sTargetTableName
sIdFieldName
lCount
Requirements

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

See Also

Reference

IMMPxSequenceGenerator Interface
IMMPxSequenceGenerator Members

Send Feedback