Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Database engine type of stand-alone instance of SQL Server or Windows Azure SQL Database.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Enumeration DatabaseEngineType
'Usage
Dim instance As DatabaseEngineType
public enum DatabaseEngineType
public enum class DatabaseEngineType
type DatabaseEngineType
public enum DatabaseEngineType
Members
| Member name | Description | |
|---|---|---|
| SqlAzureDatabase | Windows Azure SQL Database. | |
| Standalone | SQL Server stand-alone database engine. | |
| Unknown | Unknown database engine type. |