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 list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
SASCatalogName The name of this catalog.   String 32  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, IsHidden, 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 entries in this catalog. SASCatalogEntry

Inherited Associations
AccessControls/Objects, Aliases/AliasFor, AliasFor/Aliases, Changes/Objects, CustomAssociations/OwningObject, DeployedComponents/DataPackages, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, FavoritesContainers/Favorites, 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 this 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 entries in this catalog.

Associated Types:
SASCatalogEntry

Previous Page | Next Page | Top of Page