ReportInstanceDbObject Table

The following table describes instances of database objects created for use in a static report. This table is created at report run time.

Attribute name Data type Constraint Default Description
ReportStatusID int NOT NULL None ID of the report instance.
DateCreated datetime NOT NULL None Date and time the object was instantiated.
DbObjectInstanceName nvarchar (128) NULL None Name of the table or view.
DbObjectType nvarchar (128) NULL None 0 = Table
1 = TempTable
2 = View

Copyright © 2005 Microsoft Corporation.
All rights reserved.