ServerVersion 속성
Gets the SQL Server version of the target server.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
ReadOnly Property ServerVersion As Version
Get
‘사용 방법
Dim instance As ISfcConnection
Dim value As Version
value = instance.ServerVersion
Version ServerVersion { get; }
property Version^ ServerVersion {
Version^ get ();
}
abstract ServerVersion : Version
function get ServerVersion () : Version
속성 값
유형: System. . :: . .Version
A Version value that specifies the SQL Server version of the target server of the connection.