Share via


WebSiteGetPublishProfileResponse.Database Class

 

Represents a database connection.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse.Database

Syntax

public class Database
public ref class Database 
type Database = class end
Public Class Database

Constructors

Name Description
WebSiteGetPublishProfileResponse.Database()

Initializes a new instance of the WebSiteGetPublishProfileResponse.Database class.

Properties

Name Description
ConnectionString

Gets or sets a database connection string.

Name

Gets or sets the friendly name of the connection string.

ProviderName

Gets or sets the type of database provider

Type

Gets or sets the type of the database.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top