WebSiteGetPublishProfileResponse.PublishProfile.SqlServerConnectionString Property
Gets or sets the connection string for the SQL Server database that supports the web site application.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string SqlServerConnectionString { get; set; }
public:
property String^ SqlServerConnectionString {
String^ get();
void set(String^ value);
}
member SqlServerConnectionString : string with get, set
Public Property SqlServerConnectionString As String
Property Value
Type: System.String
The connection string.
See Also
WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top