Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an Int32 value that contains the minor digits of the version number.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property VersionMinor As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An Int32 value that contains the minor digits of the version number.
Implements
IServerSelectionFacet.VersionMinor