JAMS Developer Guide
OutputPath Property


MVPSI.JAMS.Activities.SQL Namespace > SQLStoredProc Class : OutputPath Property
The optional path to output the results of the stored procedure. If not specified the results will be written to the Job's log.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Optional Settings")>
<System.ComponentModel.DescriptionAttribute("The optional path to output the results of the stored procedure. If not specified the results will be written to the Job's log.")>
Public Property OutputPath As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As SQLStoredProc
Dim value As System.Activities.InArgument(Of String)
 
instance.OutputPath = value
 
value = instance.OutputPath
[System.ComponentModel.Category("Optional Settings")]
[System.ComponentModel.Description("The optional path to output the results of the stored procedure. If not specified the results will be written to the Job's log.")]
public System.Activities.InArgument<string> OutputPath {get; set;}
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

SQLStoredProc Class
SQLStoredProc Members