Преобразование ServerVersion Explicit (ServerVersion to Version)
Creates a system version object representing the sercer version,
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public Shared Narrowing Operator CType ( _
serverVersion As ServerVersion _
) As Version
'Применение
Dim input As ServerVersion
Dim output As Version
output = CType(input, Version)
public static explicit operator Version (
ServerVersion serverVersion
)
static explicit operator Version^ (
ServerVersion^ serverVersion
)
JScript поддерживает использование пользовательских приведений, но не объявление новых.
Параметры
- serverVersion
Тип: Microsoft.SqlServer.Management.Common.ServerVersion
The ServerVersion used to create the Version
Возвращаемое значение
Тип: System.Version
A Version representing the ServerVersion.