JAMS Developer Guide
DefaultFormat Property (SSISParam)


MVPSI.JAMS Namespace > SSISParam Class : DefaultFormat Property
Gets the DefaultFormat property. Parameters can be formatted many different ways before being placed in the Job which is being submitted. DefaultFormats do vary depending upon the Parameter's DataType.
Syntax
'Declaration
 
Public ReadOnly Property DefaultFormat As System.String
'Usage
 
Dim instance As SSISParam
Dim value As System.String
 
value = instance.DefaultFormat
public System.string DefaultFormat {get;}
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 Class
SSISParam Members