TenantWarehouseOverrideDataConnectionString Property |
Gets or sets the connection string.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "cs")]
public string? ConnectionString { get; set; }
<DataMemberAttribute(Name := "cs")>
Public Property ConnectionString As String
Get
Set
public:
[DataMemberAttribute(Name = L"cs")]
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "cs")>]
member ConnectionString : string with get, set
Property Value
Type:
StringSee Also