Database Members
Represents a database connection.
The following tables list the members exposed by the Database type.
Public Constructors
Name | Description | |
---|---|---|
Database | Initializes a new instance of the Database class. |
Top
Public 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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Database Class
Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetPublishProfileResponse Namespace