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)

public string SqlServerConnectionString { get; set; }

Property Value

Type: System.String

The connection string.

Return to top
Show: