Share via


SqlWorkflowInstanceStoreBehavior コンストラクター

定義

SqlWorkflowInstanceStoreBehavior クラスのインスタンスを初期化します。

オーバーロード

SqlWorkflowInstanceStoreBehavior()

SqlWorkflowInstanceStoreBehavior クラスのインスタンスを初期化します。

SqlWorkflowInstanceStoreBehavior(String)

パラメーターとして渡される接続文字列を使用して、SqlWorkflowInstanceStoreBehavior クラスのインスタンスを初期化します。

SqlWorkflowInstanceStoreBehavior()

SqlWorkflowInstanceStoreBehavior クラスのインスタンスを初期化します。

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

適用対象

SqlWorkflowInstanceStoreBehavior(String)

パラメーターとして渡される接続文字列を使用して、SqlWorkflowInstanceStoreBehavior クラスのインスタンスを初期化します。

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 の永続性データベースを参照する接続文字列。

注釈

このコンストラクターは、接続文字列を使用して、SqlWorkflowInstanceStore オブジェクトのインスタンスを内部で初期化します。

適用対象