다음을 통해 공유


Minor 속성

Gets the build number part of the server version information.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo

구문

‘선언
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.