SqlWorkflowInstanceStoreBehavior 构造函数

定义

初始化 SqlWorkflowInstanceStoreBehavior 类的实例。Initializes an instance of the SqlWorkflowInstanceStoreBehavior class.

重载

SqlWorkflowInstanceStoreBehavior()

初始化 SqlWorkflowInstanceStoreBehavior 类的实例。Initializes an instance of the SqlWorkflowInstanceStoreBehavior class.

SqlWorkflowInstanceStoreBehavior(String)

使用作为参数传递的连接字符串初始化 SqlWorkflowInstanceStoreBehavior 类的实例。Initializes an instance of the SqlWorkflowInstanceStoreBehavior class using the connection string passed as a parameter.

SqlWorkflowInstanceStoreBehavior()

初始化 SqlWorkflowInstanceStoreBehavior 类的实例。Initializes an instance of the SqlWorkflowInstanceStoreBehavior class.

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

适用于

SqlWorkflowInstanceStoreBehavior(String)

使用作为参数传递的连接字符串初始化 SqlWorkflowInstanceStoreBehavior 类的实例。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)

参数

connectionString
String

一个引用 SQL Server 永久性数据库的连接字符串。A connection string that refers to a SQL Server persistence database.

注解

此构造函数使用该连接字符串在内部初始化 SqlWorkflowInstanceStore 对象的实例。This constructor internally initializes an instance of the SqlWorkflowInstanceStore object using the connection string.

适用于