Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the build number part of the server version information.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public ReadOnly Property BuildNumber As Integer
Get
'Usage
Dim instance As ServerVersion
Dim value As Integer
value = instance.BuildNumber
public int BuildNumber { get; }
public:
property int BuildNumber {
int get ();
}
member BuildNumber : int
function get BuildNumber () : int
Property Value
Type: Int32
An Int32 value that specifies the build number part of the server version information.