SqlWorkflowInstanceStoreElement.ConnectionStringName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料庫伺服器的具名連接字串。
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
屬性值
代表與資料庫伺服器之連接的字串名稱。
- 屬性
備註
具名連接字串的其中一個範例是 "DefaultConnectionString"。