SI_OWNER Property

Applies To   See Also  

The name of the user who owns a particular object. Read-Only.

Type

String

Syntax

SELECT

    SI_OWNER

FROM

    [Categories]

WHERE

    SI_ID = ObjectID

The syntax has these parts:

Part Type Description

ObjectID

Long

A number that identifies the object you want to retrieve.

Used to access the property from a query result:

QueryResult.Item(Index).Properties.Item("SI_OWNER")

Remarks

This property can be used, for example, to list all the reports, and folders, for a particular user. Like the SI_ID property, this value is unique.

This example selects all reports, and report instances that belong to a particular user.

Select SI_NAME From CI_INFOOBJECTS Where SI_OWNER='DWilson' And SI_PROGID='CrystalEnterprise.Report'



Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com