IServerInformation.VersionMinor Property
Gets the portion of a component version identifier to the right of the first decimal point in the identifier. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
ReadOnly Property VersionMinor As Integer
[DisplayNameKeyAttribute("Server_VersionMinorName")]
[DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")]
int VersionMinor { get; }
[DisplayNameKeyAttribute(L"Server_VersionMinorName")]
[DisplayDescriptionKeyAttribute(L"Server_VersionMinorDesc")]
property int VersionMinor {
int get ();
}
/** @property */
int get_VersionMinor ()
function get VersionMinor () : int
Property Value
The portion of a component version identifier to the right of the first decimal point in the identifier.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.