ServerSelectionAdapter.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.
实现
IServerSelectionFacet.VersionMinor