Namespace: OpenEdge.DataAdmin
Type: Interface IDatabaseOptionSet
Parent Classes:
Inherits: OpenEdge.DataAdmin.IDataAdminCollection


Copyright (c) 2016 by Progress Software Corporation. All rights reserved.
Purpose:A set of security roles
/* Remove a role from the collection



Method Summary
  Options Name Purpose
  LOGICAL Add (IDatabaseOption) /* Add a dboption to the collection @param IDatabaseOption The dboption to add @return logical TRUE if the option was added to the set */
  LOGICAL CanFind (character) /* Return true if a dboption with the specified code is in the collection @param character The code of the DBoption @return logical TRUE if a role with the given name exists in the collection */
  LOGICAL Contains (IDatabaseOption) /* Return true if the DbOption is in the collection @param IDatabaseOption The DBOtion @return logical TRUE if a role with the given name exists in the collection */
  OpenEdge.DataAdmin.IDatabaseOption Find (character) /** Return the Role with the specified Name from the collection. Returns unknown if not found. */
  LOGICAL Remove (IDatabaseOption) /* Remove a role from the collection @param IDatabaseOption The option to remove @return logical TRUE if the option was removed from the set */

Method Detail
Top

LOGICAL Add (IDatabaseOption)

/* Add a dboption to the collection
Parameters:
poDbOption OpenEdge.DataAdmin.IDatabaseOption
 
Returns LOGICAL
  logical TRUE if the option was added to the set
Top

LOGICAL CanFind (character)

/* Return true if a dboption with the specified code is in the collection
Parameters:
pcCode CHARACTER
 
Returns LOGICAL
  logical TRUE if a role with the given name exists in the collection
Top

LOGICAL Contains (IDatabaseOption)

/* Return true if the DbOption is in the collection
Parameters:
poRole OpenEdge.DataAdmin.IDatabaseOption
 
Returns LOGICAL
  logical TRUE if a role with the given name exists in the collection
Top

OpenEdge.DataAdmin.IDatabaseOption Find (character)

Purpose: Return the Role with the specified Name from the collection.
Returns unknown if not found.
Parameters:
pcCode CHARACTER
 
Returns OpenEdge.DataAdmin.IDatabaseOption
 
Top

LOGICAL Remove (IDatabaseOption)

/* Remove a role from the collection
Parameters:
poDbOption OpenEdge.DataAdmin.IDatabaseOption
 
Returns LOGICAL
  logical TRUE if the option was removed from the set