Description
Returns
whether a site extended name is required for the given workspace item. This
also applies to replicated databases.
Anmerkung: This method became available
in version 2002.05.00.
Syntax
VBScript
workspace.SiteExtendedNameRequired dbid
Perl
$workspace->SiteExtendedNameRequired(dbid);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current session.
- dbid
- A Long containing the dbid of the workspace item.
- Return value
- Returns Boolean True if a site extended name is required
for the given workspace item; False otherwise.