Chapter Contents |
Previous |
Next |
Data Set Data Model: _getColumnAttribute |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_getColumnAttribute', col-name, attr-name, attr-value); |
Argument | Type | Description |
---|---|---|
col-name |
C | specifies the name of the column from which to get the attribute |
attr-name |
C | specifies the name of the column attribute |
attr-value |
C | N | returns the value of the column attribute |
Details |
The type of attr-value must match the type of the attribute to be returned.
The _getColumnAttribute method is indirectly delegated to the Data Set Model class, so column attributes for the Data Set Model may be included in this list.
To return more than one column attribute, use the _getColumnAttribute method.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.