Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The Edition enumeration is a list of constant values that specify the various different types of devices that are supported by SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Enumeration Edition
'Usage
Dim instance As Edition
public enum Edition
public enum class Edition
type Edition
public enum Edition
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| EnterpriseOrDeveloper | Specifies if the edition is Enterprise or Developer. | |
| Express | Specifies if the edition is Express. | |
| PersonalOrDesktopEngine | Specifies if the edition is Personal or Desktop Engine. | |
| Standard | Specifies if the edition is Standard. | |
| Unknown | Specifies that the edition is unknown. |