SqlWorkflowInstanceStoreElement.ConnectionStringName 属性
定义
获取或设置指向数据库服务器的已命名连接字符串。Gets or sets a named connection string to the database server.
public:
property System::String ^ ConnectionStringName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("connectionStringName", IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string ConnectionStringName { get; set; }
[<System.Configuration.ConfigurationProperty("connectionStringName", IsRequired=false)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ConnectionStringName : string with get, set
Public Property ConnectionStringName As String
属性值
一个表示指向数据库服务器的连接的字符串名称。A string name that represents a connection to a database server.
- 属性
注解
命名连接字符串的示例为 "DefaultConnectionString"。An example of a named connection string is "DefaultConnectionString".