The IsPackage method returns a long integer value identifying the Microsoft® SQL Server™ product installed on the referenced server running SQL Server.
object.IsPackage( ) as Long
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
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 |
HRESULT IsPackage(SQLDMO_PACKAGE_TYPE* pRetVal);