JAMS 6.x Help
SQLStoredProc Class Properties


For a list of all members of this type, see SQLStoredProc members.

Public Properties
 NameDescription
Public PropertyCommandTimeoutThe wait time before terminating the attempt to execute a command and generate an error.  
Public PropertyConnectionStringThe optional database connection string. If not supplied the connection string will be built from the stored procedure's details.  
Public PropertyDatabaseNameThe name of the database that contains the stored procedure.  
Public PropertyDisplayName (Inherited from System.Activities.Activity)
Public PropertyId (Inherited from System.Activities.Activity)
Public PropertyJAMSServerJAMS server which the JAMS user resides on (will default to current server)  
Public PropertyJAMSUsernameSpecifies the JAMS user credentials for running the procedure.  
Public PropertyOutputPathThe optional path to output the results of the stored procedure. If not specified the results will be written to the Job's log.  
Public PropertyPropertiesCollection of Properties  
Public PropertyServerNameThe name of the SQL Server and instance.  
Public PropertyStoredProcNameThe name of the stored procedure to run.  
Public PropertyUseWindowsAuthenticationSpecifies if windows authentication should be used.  
Top
Protected Properties
 NameDescription
Protected PropertyAbortOnTaskFailureBy default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Protected PropertyCanInduceIdleAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Protected PropertyConstraints (Inherited from System.Activities.Activity)
Protected PropertyImplementation (Inherited from System.Activities.NativeActivity)
Protected PropertyUserStateGets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity)
Top
See Also

Reference

SQLStoredProc Class
MVPSI.JAMS.Activities.SQL Namespace