Свойство VersionMinor
Gets an Int32 value that contains the minor digits of the version number.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property VersionMinor As Integer
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Int32
An Int32 value that contains the minor digits of the version number.
Реализует
См. также