JAMS 6.x Help
Load Method (ITriggerATSQL)


Loads a Trigger with a specific version.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Load( _
   ByVal trigger_id As System.Integer, _
   ByVal version As System.Integer _
) As Trigger
'Usage
 
Dim instance As ITriggerATSQL
Dim trigger_id As System.Integer
Dim version As System.Integer
Dim value As Trigger
 
value = instance.Load(trigger_id, version)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
Trigger Load( 
   System.int trigger_id,
   System.int version
)

Parameters

trigger_id
version
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

ITriggerATSQL Interface
ITriggerATSQL Members