'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;}