Minor propriété
Gets the build number part of the server version information.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (dans Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Minor As Integer
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Int32
An Int32 value that specifies the build number part of the server version information.