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.
Specific SQL Server releases.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration TSqlPlatforms
'Usage
Dim instance As TSqlPlatforms
[FlagsAttribute]
public enum TSqlPlatforms
[FlagsAttribute]
public enum class TSqlPlatforms
[<FlagsAttribute>]
type TSqlPlatforms
public enum TSqlPlatforms
Members
| Member name | Description | |
|---|---|---|
| All | Combination of all SQL Server categories | |
| OnPremises | Categories of SQL Server releases | |
| Sql100 | on-premises, version 10.0 | |
| Sql110 | on-premises, version 11.0 | |
| Sql90 | on-premises, version 9.0 | |
| SqlAzure | Azure |