SqlServerVersions 열거형
The SqlServerVersions enumeration contains values that are used to specify the version of the referenced instance of SQL Server.
이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<FlagsAttribute> _
Public Enumeration SqlServerVersions
‘사용 방법
Dim instance As SqlServerVersions
[FlagsAttribute]
public enum SqlServerVersions
[FlagsAttribute]
public enum class SqlServerVersions
[<FlagsAttribute>]
type SqlServerVersions
public enum SqlServerVersions
멤버
멤버 이름 | 설명 | |
---|---|---|
Unknown | The version of SQL Server is unknown. | |
Version100 | The version of SQL Server is SQL Server 2008. | |
Version105 | The version of SQL Server is SQL Server 2008 R2. | |
Version110 | The version of SQL Server is SQL Server 2012. | |
Version70 | No longer used. | |
Version80 | No longer used. | |
Version90 | The version of SQL Server is SQL Server 2005. |
주의
The SqlServerVersions enumeration class is served by the EnumPropertyInfo method.