IsVersion80SP3-Methode
Ermittelt, ob die SQL Server-Version SQL Server 2000 mit SP3 ist.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function IsVersion80SP3 As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.IsVersion80SP3()
protected bool IsVersion80SP3()
protected:
bool IsVersion80SP3()
member IsVersion80SP3 : unit -> bool
protected function IsVersion80SP3() : boolean
Rückgabewert
Typ: System. . :: . .Boolean
Ein boolescher Wert, der true ist, wenn die SQL Server-Version SQL Server 2000 mit SP3 ist, andernfalls false.