Information.VersionMinor Property
Gets the minor version of the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property VersionMinor As Integer
Get
'Usage
Dim instance As Information
Dim value As Integer
value = instance.VersionMinor
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int VersionMinor { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property int VersionMinor {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member VersionMinor : int
function get VersionMinor () : int
Property Value
Type: System.Int32
An Int32 object that specifies the minor version number of the instance of SQL Server.
See Also