ServerConnection.ISfcConnection.ServerVersion 속성

Gets the version of the server.

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

구문

‘선언
Private ReadOnly Property ServerVersion As Version 
    Implements ISfcConnection.ServerVersion 
    Get
‘사용 방법
Dim instance As ServerConnection 
Dim value As Version 

value = CType(instance, ISfcConnection).ServerVersion
Version ISfcConnection.ServerVersion { get; }
private:
virtual property Version^ ServerVersion {
    Version^ get () sealed = ISfcConnection::ServerVersion::get;
}
private abstract ServerVersion : Version 
private override ServerVersion : Version
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System.Version
The Version of the server.

구현

ISfcConnection.ServerVersion

참고 항목

참조

ServerConnection 클래스

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