共用方式為


ClientConfiguration.DataConnectionString 屬性

定義

指定閘道提供者的連接字串。 如果定址接收器部署在 Azure (上以背景工作角色) 執行,可以透過 RoleEnvironment.GetConfigurationSettingValue (「DataConnectionString」 ) 來指定 DataConnectionString;在這種情況下,會從該處取得,並透過設定自動傳遞至角色的定址接收器。因此,如果定址接收器是以 Azure 角色的形式執行,而且此設定是透過 RoleEnvironment 指定,則不應在OrleansConfiguration.xml (指定) 時覆寫此變數。 如果定址接收器部署在叢集上,而不是 Azure 角色,則應在OrleansConfiguration.xml檔案中設定此變數。 如果未設定,將會使用 DevelopmentStorageAccount。

public string DataConnectionString { get; set; }
member this.DataConnectionString : string with get, set
Public Property DataConnectionString As String

屬性值

適用於