Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The IsPackage method returns a long integer value identifying an instance of Microsoft SQL Server.
Syntax
object
.IsPackage(
)
as
Long
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT IsPackage(SQLDMO_PACKAGE_TYPE* pRetVal);
Returns
Interpret the return value of IsPackage by using these SQLDMO_PACKAGE_TYPE values.
Constant | Value | Description |
---|---|---|
SQLDMO_Unknown |
0 |
Bad or invalid value. |
SQLDMO_OFFICE |
1 |
Desktop. |
SQLDMO_MSDE |
4 |
Microsoft Data Engine. |
SQLDMO_STANDARD |
2 |
Standard. |
SQLDMO_ENTERPRISE |
3 |
Enterprise. |