Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the version of SQL Server is SQL Server 2005 or later.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function IsVersion90AndAbove As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.IsVersion90AndAbove()
protected bool IsVersion90AndAbove()
protected:
bool IsVersion90AndAbove()
member IsVersion90AndAbove : unit -> bool
protected function IsVersion90AndAbove() : boolean
Return Value
Type: System.Boolean
A Boolean value, true if the version of SQL Server is SQL Server 2005 or later, otherwise false.