space
Previous Page | Next Page

SAS Namespace Types

RelationalTable


Subclass of DataTable

Subtypes


Overview

Represents a relational table, one that does not have a physical representation. If the table resides in a DBMS or file system, it should be represented by a PhysicalTable. If it is a transient table, one that has a physical representation but is temporary, it should be represented as a WorkTable.

Security Inheritance and Enforcement Rules

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.

Attributes

Name Description Type Length
MemberType The MemberType attribute is the value of memtype returned by PROC CONTENTS output. It can have the values of DATA, VIEW, MDDB, etc.   String 8  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  NumRows  PublicType  TableName  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
AnalyticTables

Partner: AnalyticTrainingTable

0 to * The analytic table attributes associated with this table.  AnalyticTable
AssociatedXMLMap

Partner: XMLMapTables

0 to 1 The associated XML Map.  SXLEMap
ModelResults

Partner: TargetTable

0 to * The mining results associated to this target table.  MiningResult
XPaths

Partner: AssociatedMapTable

0 to * The list of XPath objects which define the path of the table in the XML source.   XPath

Inherited Associations
AccessControls/Objects , Changes/Objects , Columns/Table , CustomAssociations/OwningObject , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , ForeignKeys/Table , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , Roles/RoleObject , SourceClassifierMaps/ClassifierSources , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TableCollections/Tables , TablePackage/Tables , TargetClassifierMaps/ClassifierTargets , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UniqueKeys/Table , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

MemberType
     Type:  String 8  

The MemberType attribute is the value of memtype returned by PROC CONTENTS output. It can have the values of DATA, VIEW, MDDB, etc.

Association Details

AnalyticTables
     Cardinality:   0 to *
     Partner:   AnalyticTrainingTable

The analytic table attributes associated with this table. 

Associated Types:
AnalyticTable

AssociatedXMLMap
     Cardinality:   0 to 1
     Partner:   XMLMapTables

The associated XML Map. 

Associated Types:
SXLEMap

ModelResults
     Cardinality:   0 to *
     Partner:   TargetTable

The mining results associated to this target table. 

Associated Types:
MiningResult

XPaths
     Cardinality:   0 to *
     Partner:   AssociatedMapTable

The list of XPath objects which define the path of the table in the XML source.  

Associated Types:
XPath


space
Previous Page | Next Page | Top of Page