Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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. |