Método SqlSmoObject.CheckVersionBelow110
Checks whether version of SQL Server is before SQL Server 2012.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Protected Sub CheckVersionBelow110
'Uso
Me.CheckVersionBelow110()
protected void CheckVersionBelow110()
protected:
void CheckVersionBelow110()
member CheckVersionBelow110 : unit -> unit
protected function CheckVersionBelow110()