Chapter Contents |
Previous |
Next |
Class Class: _getInterfaces |
Syntax |
Syntax |
return = objectName._getInterfaces( metadata ); |
return = objectName._getInterfaces( metadata, inherit ); |
return = objectName._getInterfaces( metadata, inherit, type ); |
Argument | Type | Use | Description |
---|---|---|---|
return | Numeric | Return | returns a value indicating whether the interface was successfully retrieved: 0 if successful, 1 if not successful |
metadata | List | Update | specifies the identifier of a list that when returned contains metadata about the specified interface |
inherit | Character | Input | specifies whether inherited interfaces are returned in the metatdata list: NO does not return inherited interface metadata |
type | Character | Input | specifies the type of interface to retrieve: REQUIRED or SUPPORTED |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.