Méthode SqlSmoObject.IsVersion80SP3
Determines whether the version of SQL Server is SQL Server 2000 with SP3.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Function IsVersion80SP3 As Boolean
'Utilisation
Dim returnValue As Boolean
returnValue = Me.IsVersion80SP3()
protected bool IsVersion80SP3()
protected:
bool IsVersion80SP3()
member IsVersion80SP3 : unit -> bool
protected function IsVersion80SP3() : boolean
Valeur de retour
Type : System.Boolean
A Boolean value, true if the version of SQL Server is SQL Server 2000 with SP3, otherwise false.