IsPackage Method (SQL-DMO)

The IsPackage method returns a long integer value identifying the Microsoft® SQL Server™ product installed on the referenced server running SQL Server.

Applies To

SQLServer Object

Syntax

object.IsPackage( ) as Long

Part Description
object Expression that evaluates to an object in the Applies To list

Returns

Interpret the return value of IsPackage by using these values.

Constant Value Description
SQLDMO_Unknown 0 Bad or invalid value
SQLDMO_DESKTOP 1 Desktop
SQLDMO_MSDE 4 Microsoft Data Engine
SQLDMO_STANDARD 2 Standard
SQLDMO_ENTERPRISE 3 Enterprise

Prototype (C/C++)

HRESULT IsPackage(SQLDMO_PACKAGE_TYPE* pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.