ServerVersion.Minor 属性
Gets the build number part of the server version information.
命名空间: Microsoft.SqlServer.Management.Common
程序集: Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)
语法
声明
Public ReadOnly Property Minor As Integer
Get
用法
Dim instance As ServerVersion
Dim value As Integer
value = instance.Minor
public int Minor { get; }
public:
property int Minor {
int get ();
}
member Minor : int
function get Minor () : int
属性值
类型:System.Int32
An Int32 value that specifies the build number part of the server version information.