SAS Namespace Types |
Subclass of Text
Represents a separate storage unit within a SAS catalog. Each entry has an entry type that identifies its purpose to SAS. Some catalog entries contain system information such as key definitions. Other catalog entries contain application information such as window definitions, help windows, formats, informats, macros, or graphics output.
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.
Name | Description | Type | Length |
CatalogEntryName | The name of the catalog entry. | String | 83 |
CatalogEntryType | The catalog entry type. | String | 8 |
IsNameFullyQualified | If the name represents the four-level entry name (library, catalog, entry, type) then this value should be true; otherwise, it should be false. | int |
Inherited Attributes
Name,
Id,
Desc,
MetadataCreated,
MetadataUpdated,
ChangeState,
IsHidden,
LockedBy,
PublicType,
TextRole,
TextType,
UsageVersion
Name | Cardinality | Description | Associated Types |
AssociatedSASCatalog Partner: SASCatalogEntries | 0 to 1 | The SAS catalog that contains this entry. | SASCatalog |
Inherited Associations
AccessControls/Objects,
Aliases/AliasFor,
AliasFor/Aliases,
AssociatedContentType/ContentItems,
AssociatedProperty/StoredConfiguration,
AssociatedQueryClause/SourceCode,
AssociatedTrainedResult/TrainCode,
AssociatedTransformation/SourceCode,
AssociatedType/StoredConfiguration,
Changes/Objects,
CustomAssociations/OwningObject,
DeployedComponents/DataPackages,
Documents/Objects,
Extensions/OwningObject,
ExternalIdentities/OwningObject,
FavoritesContainers/Favorites,
FileRefs/FileRefLocations,
Groups/Members,
Implementors/ImplementedObjects,
Keywords/Objects,
LocalizedAttributes/AssociatedLocalizedObject,
Notes/Objects,
PrimaryPropertyGroup/AssociatedObject,
Prompts/PromptEnabledObject,
Properties/AssociatedObject,
PropertySets/OwningObject,
ReferencedObjects/AssociatedObjects,
Reports/ReportLocation,
ResponsibleParties/Objects,
SourceTransformations/TransformationSources,
SpecSourceTransformations/SourceSpecifications,
SpecTargetTransformations/TargetSpecifications,
TableCollections/CollectionLocations,
Targets/TextualInformationObjects,
TargetTransformations/TransformationTargets,
Timestamps/Objects,
Trees/Members,
TSAssociatedNamespace/TSNamespaceLocations,
TSObjectNamespace/TSObjects,
UnitofTimes/AssociatedContentLocation,
UsedByPackages/UsingPackages,
UsedByPrototypes/UsingPrototype,
UsingPackages/UsedByPackages,
UsingPrototype/UsedByPrototypes,
Variables/AssociatedObject
CatalogEntryName
Type: String 83The name of the catalog entry.
CatalogEntryType
Type: String 8The catalog entry type.
IsNameFullyQualified
Type: intIf the name represents the four-level entry name (library, catalog, entry, type) then this value should be true; otherwise, it should be false.
AssociatedSASCatalog
Cardinality: 0 to 1
Partner: SASCatalogEntries
The SAS catalog that contains this entry.
Associated Types:
SASCatalog
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.