共用方式為


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.

請參閱

參考

ServerVersion 類別

Microsoft.SqlServer.Management.Common 命名空間