MVPSI.JAMS.Activities.SQL Namespace : SQLStoredProc Class |
For a list of all members of this type, see SQLStoredProc members.
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) |