EnableExternalAccess property

Sets or returns whether the database page is made available to other SQL tools on the server.

Syntax


C++

HRESULT get_EnableExternalAccess(VARIANT_BOOL* pEnableExternalAccess)

HRESULT put_EnableExternalAccess(VARIANT_BOOL EnableExternalAccess)

Scripting languages

EnableExternalAccess = Database Page.EnableExternalAccess

Database Page.EnableExternalAccess = EnableExternalAccess

Remarks


This property is only valid for the facility administrators.

This property is not valid for template databases and is implicitly turned off if an existing database is moved into the template folder.

If you copy a database, or export and import the eRoom that contains it, then this property for the new copy of the database would be false and must be turned on again. But if you create an eRoom from a template, or by copying an existing eRoom in the same facility, the value of property on all the original eRoom's databases are preserved in the new eRoom.

Home

Applies to

IERUDatabasePage


See also