DATA Step Functions for Metadata Security Administration |
Returns the nth attribute for an ACT.
Syntax |
rc = METASEC_GETNACTA(tc,act_uri,n,attr,attr_value);
Arguments |
Argument | Direction | Description |
---|---|---|
tc |
in | Transaction context handle; can be an empty string " " to invoke with a temporary context; if tc is returned from the METASEC_BEGTRAN function, then tc references an existing ACT |
act_uri |
in | Character variable that contains the URI of the ACT that is requested; this URI is in the following form: "omsobj:AccessControlTemplate/xxxxxxxx.yyyyyyyy" |
n |
in | One-based numeric index value that indicates which row to return from the array; for more information, see Array Parameters |
attr |
out | Character variable that contains the name of the nth attribute found on the ACT; see Details. |
attr_value |
out | Character variable that contains the value of the nth attribute found on the ACT; see Details. |
Return Values |
Details |
This function calls the ISecAdmin method GetAccessControlTemplateAttribs(). For information about the method, see SAS Open Metadata Interface: Reference.
The following table provides more information about the attr and attr_value arguments.
Example |
Related Functions |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.