Explicit 轉換 (ServerVersion to 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 支援自訂轉換的使用,但不支援新轉換的宣告。

參數

傳回值

型別:System. . :: . .Version
代表 ServerVersionVersion