Previous Page | Next Page

SAS/Warehouse Administrator Metadata Types

WHLDOPRX



Metadata type for OLAP Proxy load processes
Category: Process Types--Load

Parent
Overview
Properties
Property Dependencies
Using WHLDOPRX

Parent

WHLDOMDD


Overview

WHLDOPRX models the metadata for OLAP Proxy load processes in the SAS/Warehouse Administrator Process Editor.


Properties

The following table lists all of the properties for WHLDOPRX and indicates how you can use each property with metadata API methods.

In the table, you can specify properties with a Yes in the Indirect Add column when you indirectly add one object through another, as described in the documentation for the _UPDATE_METADATA_ method. Use this approach to add a new dependent object. For details, see Using _UPDATE_METADATA_.

You can pass properties with a Yes in the Update column to the _UPDATE_METADATA_ method, as described in the documentation for this method. Use this method to update properties of an existing object. For details, see Using _UPDATE_METADATA_.

* Req indicates that the property is required; you must provide a value for this property when you use a given method. * Default indicates that the system will provide a default value for that property if you do not provide one. * Auto supplied means that the property is automatically supplied; any value that you specify for such a property is ignored.

Properties with a Yes in the Read Method Expand Parm column are valid with the expand parameter of the _GET_METADATA_ method. This method enables you to get detailed metadata about a property and its associated objects through a single method call.

Properties


Type Indirect Add Update Method Read Method Expand Parm.
Administrator L No No No
Cvalue C Yes Yes No
Desc C * Auto supplied No No
Extended Attributes L Yes Yes Yes
Host L Yes Yes No
Id C * Req * Req No
Load Options L Yes (See Property Dependencies) Yes (See Property Dependencies) No
Metadata Created C * Auto supplied No No
Metadata Updated C * Auto supplied No No
Name C * Auto supplied No No
Note L Yes Yes Yes
NValue N Yes Yes No
Output Tables L * Auto supplied No No
Owner L No No No
Responsibility C * Default Yes No
Source Code L No No Yes
Source File L Yes Yes Yes
Step Source Code L * Auto supplied No Yes
Subprocesses L Yes Yes Yes


Property Dependencies

When you add or update the LOAD OPTIONS property, if the value of the LOAD TIME COLUMN item is Yes, then a valid load time column must exist for the table that is associated with this load process to avoid errors when processing the SOURCE CODE and STEP SOURCE CODE properties. You can add a load time column to a table as described in the documentation for the WHCOLTIM type.


Using WHLDOPRX

WHLDOPRX is valid for the following metadata API write methods:

Add Update Delete
No Yes No

WHLDOPRX is a dependent type. To understand how all subtypes of WHPROCES relate to other types, see the process models in Relationships Among Metadata Types.

For details about reading process information, see Reading Process Flow Metadata.

Previous Page | Next Page | Top of Page