SqlSmoObject.CheckVersion80 Method ()

 

Applies To: SQL Server 2016 Preview

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

protected void CheckVersion80()
protected:
void CheckVersion80()
member CheckVersion80 : unit -> unit
Protected Sub CheckVersion80

Examples

Legacy Code Example

Calling Methods

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top