ServerVersion 생성자 (Int32, Int32)

Initializes a new instance of the ServerVersion class.

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

구문

‘선언
Public Sub New ( _
    major As Integer, _
    minor As Integer _
)
‘사용 방법
Dim major As Integer 
Dim minor As Integer 

Dim instance As New ServerVersion(major, minor)
public ServerVersion(
    int major,
    int minor
)
public:
ServerVersion(
    int major, 
    int minor
)
new : 
        major:int * 
        minor:int -> ServerVersion
public function ServerVersion(
    major : int, 
    minor : int
)

매개 변수

  • major
    유형: System.Int32
    An Int32 value that specifies the major part of the server version number.
  • minor
    유형: System.Int32
    An Int32 value that specifies the minor part of the server version number.

참고 항목

참조

ServerVersion 클래스

ServerVersion 오버로드

Microsoft.SqlServer.Management.Common 네임스페이스