space
Previous Page | Next Page

SAS Namespace Types

SASCatalog


Subclass of DeployedDataPackage


Overview

Represents a SAS file that stores many different kinds of information in smaller units called catalog entries. A single SAS catalog can contain several different types of catalog entries.

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
SASCatalogName The name of the catalog.   String 32  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  PublicType  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
Libraries

Partner: SASCatalogs

0 to * The libraries that can reference this catalog.  SASLibrary
SASCatalogEntries

Partner: AssociatedSASCatalog

0 to * The list of entries that are contained in this catalog.  SASCatalogEntry

Inherited Associations
AccessControls/Objects , Aliases/AliasFor , AliasFor/Aliases , Changes/Objects , CustomAssociations/OwningObject , DeployedComponents/DataPackages , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TableCollections/CollectionLocations , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByPackages/UsingPackages , UsedByPrototypes/UsingPrototype , UsingPackages/UsedByPackages , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

SASCatalogName
     Type:  String 32  

The name of the catalog.

Association Details

Libraries
     Cardinality:   0 to *
     Partner:   SASCatalogs

The libraries that can reference this catalog. 

Associated Types:
SASLibrary

SASCatalogEntries
     Cardinality:   0 to *
     Partner:   AssociatedSASCatalog

The list of entries that are contained in this catalog. 

Associated Types:
SASCatalogEntry


space
Previous Page | Next Page | Top of Page