SqlSmoObject.CheckVersionBelow90 Method
Checks whether version of SQL Server is before SQL Server 2005.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub CheckVersionBelow90
'Usage
Me.CheckVersionBelow90()
protected void CheckVersionBelow90()
protected:
void CheckVersionBelow90()
member CheckVersionBelow90 : unit -> unit
protected function CheckVersionBelow90()