Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether the version of SQL Server is SQL Server 2000 with SP3.
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
Return Value
Type: System.Boolean
A Boolean value, true if the version of SQL Server is SQL Server 2000 with SP3, otherwise false.