Compartir a través de


SqlSmoObject.IsVersion80SP3 Método

Determines whether the version of SQL Server is SQL Server 2000 with SP3.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Function IsVersion80SP3 As Boolean
'Uso
Dim returnValue As Boolean 

returnValue = Me.IsVersion80SP3()
protected bool IsVersion80SP3()
protected:
bool IsVersion80SP3()
member IsVersion80SP3 : unit -> bool
protected function IsVersion80SP3() : boolean

Valor devuelto

Tipo: System.Boolean
A Boolean value, true if the version of SQL Server is SQL Server 2000 with SP3, otherwise false.

Vea también

Referencia

SqlSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo