SqlWorkflowInstanceStore Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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.