Name | Description | |
---|---|---|
CommandTimeout | The wait time before terminating the attempt to execute a command and generate an error. | |
ConnectionString | The optional database connection string. If not supplied the connection string will be built from the stored procedure's details. | |
DatabaseName | The name of the database that contains the stored procedure. | |
DisplayName | (Inherited from System.Activities.Activity) | |
Id | (Inherited from System.Activities.Activity) | |
JAMSServer | JAMS server which the JAMS user resides on (will default to current server) | |
JAMSUsername | Specifies the JAMS user credentials for running the procedure. | |
OutputPath | The optional path to output the results of the stored procedure. If not specified the results will be written to the Job's log. | |
Properties | Collection of Properties | |
ServerName | The name of the SQL Server and instance. | |
StoredProcName | The name of the stored procedure to run. | |
UseWindowsAuthentication | Specifies if windows authentication should be used. |