Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
SAS/Warehouse Administrator 2.3 Metadata API- P19: The operating system and SAS version that are associated with a given host are now available through the WHHOST property. For example, you can write a SAS/Warehouse Administrator add-in that reads the host metadata that is associated with a given data store and then uses these values to generate code that is appropriate for the operating system and SAS version. | SAS Warehouse Administrator Metadata Types A WHCOLUMN 87 WHCOLUMN Base metadata type for table columns Category Column Types Parent WHROOT on page 226 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. Properties Type Add Method Update Method Read Method Expand Parm. Cvalue C No No No Desc C No No No Extended L No No Yes Attributes Format C No No No Id C No Req No Indexes L No No No Informat C No No No Input Objects L No No No Input Sources L No No No Length N No No No Metadata Created C No No No Metadata Updated C No No No 88 WHCOLUMN A Chapter 3 Name C No No No Note L No No Yes NValue N No No No Output Objects L No No No Output Targets L No No No Table L No No No Type C No No No New properties for WHCOLUMN are as follows FORMAT specifies a SAS format that is assigned to this column. INDEXES specifies an SCL list of general identifying information about the indexes that contain this column. INFORMAT specifies a SAS informat that is assigned to this column. INPUT OBJECTS represents an SCL list of general identifying information about the .