Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 Minor As Integer
Get
'Usage
Dim instance As ServerVersion
Dim value As Integer
value = instance.Minor
public int Minor { get; }
public:
property int Minor {
int get ();
}
member Minor : int
function get Minor () : int
Property Value
Type: System.Int32
An Int32 value that specifies the build number part of the server version information.