![]() |
![]() |
SAS/Warehouse Administrator Metadata Types |
Category: | Column Types |
Parent | |
Overview | |
Properties | |
Using WHCOLUMN |
Parent |
Overview |
WHCOLUMN is the base metadata type for table columns in SAS/WarehouseAdministrator.
Properties |
The following table lists all of the properties for WHCOLUMN and indicates how you can use each property with metadata API methods.
In the table, you can pass properties with a Yes in the Add column to the _ADD_METADATA_ method. Use this method to add a new object.
You can pass properties with a Yes in the Update column to the _UPDATE_METADATA_ method. Use this method to update properties of an existing object.
* 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.
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.
New properties for WHCOLUMN are as follows:
specifies an SCL list of general identifying information about the indexes that contain this column.
represents an SCL list of general identifying information about the objects input to this column. For more details about input objects, see INPUT and OUTPUT Properties.
represents an SCL list of general identifying information about the sources input to this column. This list must be of type WHCTRNFM, WHCOLUMN, or subtypes of these. The input sources to this column must be appropriately related through a common process. For more details about input sources, see INPUT and OUTPUT Properties.
specifies an SCL list of general identifying information about the objects output from this column. For more details about output objects, see INPUT and OUTPUT Properties.
represents an SCL list of general identifying information about the targets output from this column. The output targets to this column must be appropriately related through a common process. For more details about output targets, see INPUT and OUTPUT Properties.
represents an SCL list of general identifying information about the table object to which this column belongs.
specifies the type of data that is contained in this column. Valid types are C (character) or N (numeric).
Using WHCOLUMN |
Add | Update | Delete |
No | No | No |
WHCOLUMN and its subtypes are dependent types. To understand how all subtypes of WHCOLUMN relate to other types, see the column mapping models in Relationships Among Metadata Types.
![]() |
![]() |
Copyright © 2012 by SAS Institute Inc., Cary, NC, USA. All rights reserved.