ServerVersion 속성
Gets the version of the instance of Microsoft SQL Server that raised the exception.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property ServerVersion As ServerVersion
Get
‘사용 방법
Dim instance As CollectionNotAvailableException
Dim value As ServerVersion
value = instance.ServerVersion
public ServerVersion ServerVersion { get; }
public:
property ServerVersion^ ServerVersion {
ServerVersion^ get ();
}
member ServerVersion : ServerVersion
function get ServerVersion () : ServerVersion
속성 값
유형: Microsoft.SqlServer.Management.Common. . :: . .ServerVersion
A ServerVersion object value that specifies the version of the instance of SQL Server that raised the exception.