SqlWorkflowInstanceStoreBehavior Constructors

Definition

Initializes an instance of the SqlWorkflowInstanceStoreBehavior class.

Overloads

SqlWorkflowInstanceStoreBehavior()

Initializes an instance of the SqlWorkflowInstanceStoreBehavior class.

SqlWorkflowInstanceStoreBehavior(String)

Initializes an instance of the SqlWorkflowInstanceStoreBehavior class using the connection string passed as a parameter.

SqlWorkflowInstanceStoreBehavior()

Initializes an instance of the SqlWorkflowInstanceStoreBehavior class.

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

Applies to

SqlWorkflowInstanceStoreBehavior(String)

Initializes an instance of the SqlWorkflowInstanceStoreBehavior class using the connection string passed as a parameter.

public:
 SqlWorkflowInstanceStoreBehavior(System::String ^ connectionString);
public SqlWorkflowInstanceStoreBehavior (string connectionString);
new System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior : string -> System.ServiceModel.Activities.Description.SqlWorkflowInstanceStoreBehavior
Public Sub New (connectionString As String)

Parameters

connectionString
String

A connection string that refers to a SQL Server persistence database.

Remarks

This constructor internally initializes an instance of the SqlWorkflowInstanceStore object using the connection string.

Applies to