JAMS 6.x Help
Load Method (IMethodSQL)


Load a Method.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub Load( _
   ByRef method As Method, _
   ByVal methodName As System.String, _
   ByVal methodID As System.Integer _
) 
'Usage
 
Dim instance As IMethodSQL
Dim method As Method
Dim methodName As System.String
Dim methodID As System.Integer
 
instance.Load(method, methodName, methodID)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void Load( 
   out Method method,
   System.string methodName,
   System.int methodID
)

Parameters

method
methodName
methodID
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

IMethodSQL Interface
IMethodSQL Members