xtrObjectType Value List
Applies To
Discussion
Use the constants of this value list with the Type property of Transformer objects, and the Type parameter of the Add and Item methods. For example, you can use constants of xtrObjectType with the Add method to add new objects to a collection.
Constant |
Description |
---|---|
trApplication |
Specifies that the object is the Transformer application. |
trAssociation |
Specifies that the object is an Association. |
trCalculationDefinition |
Specifies that the object is a CalculationDefinition. |
trCategory |
Specifies that the object is a Category. |
trCategorySet |
Specifies that the object is a CategorySet. |
trChildCube |
Specifies that the object is a ChildCube. |
trColumn |
Specifies that the object is a Column. |
trCrossTabDataSource |
Specifies that the object is a CrossTabDataSource. |
trCube |
Specifies that the object is a Cube. |
trCubeGroup |
Specifies that the object is a CubeGroup. |
trCurrencyRate |
Specifies that the object is a CurrencyRate. |
trCurrencyRecord |
Specifies that the object is a CurrencyRecord. |
trCurrencyTable |
Specifies that the object is a CurrencyTable. |
trCustomView |
Specifies that the object is a CustomView. |
trDateDimension |
Specifies that the object is a DateDimension. |
trDateDrillDown |
Specifies that the object is a DateDrillDown. |
trDateLevel |
Specifies that the object is a DateLevel. |
trDateWizard |
Specifies that the object is a DateWizard. |
trDbDataSource |
Specifies that the object is a DbDataSource. |
trDimension |
Specifies that the object is a Dimension. |
trDrillDown |
Specifies that the object is a DrillDown. |
trDrillThroughTarget |
Specifies that the object is a DrillThroughTarget. |
trFlatFileDataSource |
Specifies that the object is a FlatFileDataSource. |
trFilter |
Specifies that the object is a filter. |
trIqdDataSource |
Specifies that the object is a IqdDataSource. |
trLevel |
Specifies that the object is a Level. |
trMeasure |
Specifies that the object is a Measure. |
trModel |
Specifies that the object is a Model. |
trName |
Specifies that the object is a Name. |
trNamespace |
Specifies that the object is a Namespace. |
trNoType |
Specifies that the object type is unidentified. |
trPackage |
Specifies that the object is a Package. |
trPrompt |
Specifies that the object is a Prompt. |
trReport |
Specifies that the object is a Report. |
trSecurityObject |
Specifies that the object is a SecurityObject. |
trSignon |
Specifies that the object is a Signon. |
trSpecialCategory |
Specifies that the object is a SpecialCategory. |
trSuspendedModel |
Specifies that the object is a SuspendedModel. |
trView |
Specifies that the object is a View. |