Freigeben über


TSqlPlatforms-Enumeration

Specific SQL Server releases.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

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

Elemente

Elementname Beschreibung
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

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace