Return code for the
method. For
more information, see Return Code.
|
|||
Passed indicator for
options.
Enables a client to
make a metadata request for another user. For more information,
see <DOAS> Option.
|
supertype= "DataTable"; ns= "SAS"; flags= 0; options= ""; rc = GetSubtypes(supertype,subtypes,ns,flags,options);
<!-- XML string returned in the Subtypes parameter --> <subtypes> <Type Id="PhysicalTable" Desc="Physical Storage Abstract Type" HasSubtypes="0"/> <Type Id="WorkTable" Desc="Work Tables" HasSubtypes="1"/> <Type Id="Join" Desc="Table Joins" HasSubtypes="0"/> </subtypes>
<!-- XML string for inMetadata parameter of DoRequest method call --> <GetSubtypes> <Supertype>DataTable</Supertype> <Subtypes/> <NS>SAS</NS> <Flags>0</Flags> <Options/> </GetSubtypes>