SAS Namespace Types |
Subclass of Feature
Subtypes
The supertype for Column, which is part of a relational table, and Measure, which is used with OLAP types.
The following is a list of associations that are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.
Name | Description | Type | Length |
ColumnLength | This attribute contains the length of the column. When this type is used to represent a physical column in a DBMS, the length is the DBMS length value. The SASColumnLength should be the same as this value, unless the length is too long and will be truncated by SAS software. | int | |
ColumnName | This attribute is the name of the column as it is defined in a DBMS. ColumnName will often be set to match the value for SASColumnName. This attribute is not used by SAS Data Integration Studio. | String | 256 |
ColumnType | The type of the column as defined in the DBMS. | int | |
SASFormat | This attribute contains the SAS format associated with this column. | String | 32 |
SASInformat | This attribute contains the SAS informat associated with this column. | String | 32 |
ColumnLength
Type: intThis attribute contains the length of the column. When this type is used to represent a physical column in a DBMS, the length is the DBMS length value. The SASColumnLength should be the same as this value, unless the length is too long and will be truncated by SAS software.
ColumnName
Type: String 256This attribute is the name of the column as it is defined in a DBMS. ColumnName will often be set to match the value for SASColumnName. This attribute is not used by SAS Data Integration Studio.
ColumnType
Type: intThe type of the column as defined in the DBMS. This is an integer value that indicates the SQL type.
SASFormat
Type: String 32This attribute contains the SAS format associated with this column.
SASInformat
Type: String 32This attribute contains the SAS informat associated with this column.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.