dataSourceSignon(dataSourceName)
object-set dataSourceSignon(dataSourceName)
The dataSourceSignon
function selects an appropriate set of dataSourceConnection
and dataSourceSignon
objects for the current user.
dataSourceName specifies the name
property of a dataSource
object.
The function selects dataSourceConnection
objects where
the current user has execute permission
a parent
dataSource
object has a name equal to the value of dataSourceName
The function also selects dataSourceSignon
objects where
the current user has execute permission
there is a reference to the
account
object for the current user or to one of thegroup
,namespace
, or selectedrole
objects associated with the current userthere is a parent that is a selected
dataSourceConnection
object
For example, the following search path selects the dataSource
object gosales and returns the dataSourceConnection
and dataSourceSignon
objects:
dataSourceSignon("gosales")