DB2®Connection.ServerBuildVersion Property
Gets an integer containing the build version number of the server to which the client is connected.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public ReadOnly Property ServerBuildVersion As Integer
[C#]
public int ServerBuildVersion {get;}
[C++]
public: __property int get_ServerBuildVersion();
[JScript]
public function get ServerBuildVersion() : int;