DatabaseContext members
Contains information for a database and its server.
The DatabaseContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DatabaseContext(ServerContext, String, PackageSource, String, String, Guid, Guid, Guid, String, String) | Obsolete. Initializes a new instance of DatabaseContext with a ServerContext, database name, package source, package type and collation. | |
DatabaseContext(ServerContext, String, PackageSource, String, String, Int32, Guid, Guid, Guid, String, String) | ||
DatabaseContext(ServerContext, String, PackageSource, String, String, Int32, Guid, Guid, Guid, String, String, Guid, Version, String, Guid, Boolean) |
Top
Properties
Name | Description | |
---|---|---|
AppInstanceId | The unique ID of the app | |
AppProperties | ||
AppTitle | ||
AppVersion | ||
Collation | The database level collation setting | |
DacId | ||
DatabaseName | Gets or sets the name of the database. | |
DatabaseSize | The maximum size of the database | |
InstallationLocaleId | ||
PackageSource | Gets or sets the source of the package. | |
PackageType | Gets or sets the type of the package. | |
ProductId | ||
Server | Gets or sets the server context. | |
SiteId | The ID of the site where the package is being installed | |
SiteSubscriptionId | The ID of the site subscription where the package is being installed | |
TimeZone | The time zone identifier that specifies the time zone information of the app |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See also
Reference
Microsoft.SharePoint.Administration.DatabaseProvider namespace