Partager via


Propriété VersionMinor

Gets an Int32 value that contains the minor digits of the version number.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property VersionMinor As Integer
    Get
'Utilisation
Dim instance As ServerSelectionAdapter
Dim value As Integer

value = instance.VersionMinor
public int VersionMinor { get; }
public:
virtual property int VersionMinor {
    int get () sealed;
}
abstract VersionMinor : int
override VersionMinor : int
final function get VersionMinor () : int

Valeur de propriété

Type : System. . :: . .Int32
An Int32 value that contains the minor digits of the version number.

Implémente

IServerSelectionFacet. . :: . .VersionMinor