JAMS Developer Guide
SSISParam Class
Members 


MVPSI.JAMS Namespace : SSISParam Class
The SSISParam class is used when parsing job source. The source or a macro can reference SSISParameters which will return the parameters that were defined in the job converted to SSISParam objects. The key difference between SSISParam and EntryParam is the names returned for DataType and the default format for DateTime values.
Object Model
SSISParam Class
Syntax
'Declaration
 
Public Class SSISParam 
'Usage
 
Dim instance As SSISParam
public class SSISParam 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.SSISParam

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

SSISParam Members
MVPSI.JAMS Namespace