ServerVersion Constructor (Int32, Int32)
Initializes a new instance of the ServerVersion class.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Синтаксис
'Декларация
Public Sub New ( _
major As Integer, _
minor As Integer _
)
public ServerVersion (
int major,
int minor
)
public:
ServerVersion (
int major,
int minor
)
public ServerVersion (
int major,
int minor
)
public function ServerVersion (
major : int,
minor : int
)
Параметры
- major
An Int32 value that specifies the major part of the server version number.
- minor
An Int32 value that specifies the minor part of the server version number.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ServerVersion Class
ServerVersion Members
Microsoft.SqlServer.Management.Common Namespace