JAMS 6.x Help
Load Method (INamedTimeSQL)


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

Parameters

nt
timeName
timeID
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

INamedTimeSQL Interface
INamedTimeSQL Members

Send Feedback