SqlSmoObject.IsVersion80SP3 方法
Determines whether the version of SQL Server is SQL Server 2000 with SP3.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Function IsVersion80SP3 As Boolean
'用途
Dim returnValue As Boolean
returnValue = Me.IsVersion80SP3()
protected bool IsVersion80SP3()
protected:
bool IsVersion80SP3()
member IsVersion80SP3 : unit -> bool
protected function IsVersion80SP3() : boolean
傳回值
型別:System.Boolean
A Boolean value, true if the version of SQL Server is SQL Server 2000 with SP3, otherwise false.