TSqlPlatforms 枚举

Specific SQL Server releases.

此枚举具有可以使用其成员值位组合的 FlagsAttribute 属性。

命名空间:  Microsoft.SqlServer.Dac.Model
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
<FlagsAttribute> _
Public Enumeration TSqlPlatforms
用法
Dim instance As TSqlPlatforms
[FlagsAttribute]
public enum TSqlPlatforms
[FlagsAttribute]
public enum class TSqlPlatforms
[<FlagsAttribute>]
type TSqlPlatforms
public enum TSqlPlatforms

成员

成员名称 说明
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

请参阅

参考

Microsoft.SqlServer.Dac.Model 命名空间