Name | Description | |
---|---|---|
SQLStoredProc Constructor | Default constructor |
The following tables list the members exposed by SQLStoredProc.
Name | Description | |
---|---|---|
SQLStoredProc Constructor | Default constructor |
Name | Description | |
---|---|---|
ContinueExecution | Defaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) |
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. |
Name | Description | |
---|---|---|
AbortOnTaskFailure | By default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
Constraints | (Inherited from System.Activities.Activity) | |
Implementation | (Inherited from System.Activities.NativeActivity) | |
UserState | Gets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
Name | Description | |
---|---|---|
GetAttributes | Used by JAMS to manage parameters for the stored procedure. | |
GetClassName | Used by JAMS to manage parameters for the stored procedure. | |
GetComponentName | Used by JAMS to manage parameters for the stored procedure. | |
GetConverter | Used by JAMS to manage parameters for the stored procedure. | |
GetDefaultEvent | Used by JAMS to manage parameters for the stored procedure. | |
GetDefaultProperty | Used by JAMS to manage parameters for the stored procedure. | |
GetEditor | Used by JAMS to manage parameters for the stored procedure. | |
GetEvents | Overloaded. Used by JAMS to manage parameters for the stored procedure. | |
GetProperties | Overloaded. Used by JAMS to manage parameters for the stored procedure. | |
GetPropertyOwner | Used by JAMS to manage parameters for the stored procedure. | |
ResumeCommandBookmark | Resumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) | |
ToString | (Inherited from System.Activities.Activity) |
Name | Description | |
---|---|---|
Abort | Abort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
AfterExecute | Overridden. Checks task result and logs any errors | |
CacheMetadata | Overloaded. Registers Activity Metadata (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
Cancel | Cancels the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
Execute | Executes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
ExecuteNonblocking | Overridden. Executes the SQLStoredProc Activity | |
OnCreateDynamicUpdateMap | Overloaded. (Inherited from System.Activities.NativeActivity) | |
PrepareToExecute | Overridden. Retrieves the required values from the context. | |
UpdateInstance | (Inherited from System.Activities.NativeActivity) |