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.
Checks whether version of SQL Server is before SQL Server 2012.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub CheckVersionBelow110
'Usage
Me.CheckVersionBelow110()
protected void CheckVersionBelow110()
protected:
void CheckVersionBelow110()
member CheckVersionBelow110 : unit -> unit
protected function CheckVersionBelow110()