次の方法で共有


DatabaseEditions Class

Definition

Defines the valid editions of Azure SQL Databases. See MSDN for more information.

public static class DatabaseEditions
type DatabaseEditions = class
Public Class DatabaseEditions
Inheritance
DatabaseEditions

Fields

Basic

The Basic Edition Database is best suited for small databases with few transactions (<100) per minute and only a couple users.

Business

The Business Edition Database is best suited for independent software vendors (ISVs), line-of-business (LOB) applications, and enterprise applications.

Free

The Free Edition Database is available for certain offers and product bundles.

Premium

The Premium Edition Database is for situations requiring a high number of transactionsper second (>100). Supports more users than Basic and Standard editions.

Standard

The Standard Edition Database is best suited for a group of users makingfewer than 1000 transactions per minute.

Web

The Web Edition Database is best suited for small Web applications and workgroup or departmental applications.

Applies to