SqlSmoObject.CheckVersion80 Method
Checks the validity of the object on SQL Server 2000.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub CheckVersion80
'Usage
Me.CheckVersion80()
protected void CheckVersion80()
protected:
void CheckVersion80()
member CheckVersion80 : unit -> unit
protected function CheckVersion80()