Udostępnij za pośrednictwem


Konwersja ServerVersion Explicit (ServerVersion to Version)

Tworzy obiekt wersja systemu reprezentujących wersja sercer

Przestrzeń nazw:  Microsoft.SqlServer.Management.Common
Zestaw:  Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)

Składnia

'Deklaracja
Public Shared Narrowing Operator CType ( _
    serverVersion As ServerVersion _
) As Version
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.

Parametry

Wartość zwracana

Typ: System.Version
A Version reprezentujących ServerVersion.