SqlWorkflowInstanceStore Constructors

Definition

Initializes a new instance of the SqlWorkflowInstanceStore class.

Overloads

SqlWorkflowInstanceStore()

Initializes a new instance of the SqlWorkflowInstanceStore class.

SqlWorkflowInstanceStore(String)

Initializes a new instance of the SqlWorkflowInstanceStore class by using the connectionString parameter.

SqlWorkflowInstanceStore()

Initializes a new instance of the SqlWorkflowInstanceStore class.

public:
 SqlWorkflowInstanceStore();
public SqlWorkflowInstanceStore ();
Public Sub New ()

Applies to

SqlWorkflowInstanceStore(String)

Initializes a new instance of the SqlWorkflowInstanceStore class by using the connectionString parameter.

public:
 SqlWorkflowInstanceStore(System::String ^ connectionString);
public SqlWorkflowInstanceStore (string connectionString);
new System.Activities.DurableInstancing.SqlWorkflowInstanceStore : string -> System.Activities.DurableInstancing.SqlWorkflowInstanceStore
Public Sub New (connectionString As String)

Parameters

connectionString
String

The connection string to a persistence database.

Applies to