SqlWorkflowInstanceStore.ConnectionString 属性
定义
获取或设置一个带参数的连接字符串,这些参数用于连接到基础持久性数据库。Gets or sets a connection string with parameters that are used to connect to an underlying persistence database.
public:
property System::String ^ ConnectionString { System::String ^ get(); void set(System::String ^ value); };
public string ConnectionString { get; set; }
member this.ConnectionString : string with get, set
Public Property ConnectionString As String
属性值
连接字符串。The connection string.