space
Previous Page | Next Page

SAS Namespace Types

SASFileRef


Subclass of DeployedDataPackage

Overview

Represents a name temporarily assigned to an external file or to an aggregate storage location that identifies it to SAS. The associated ContentLocations (and this should be a single object except for concatenated files) represent the location used by the fileref.

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
AccessMethod The access method SAS software uses to access the file.   String 64  
Fileref The fileref used by SAS software.   String 8  
IsPreassigned A Boolean value that indicates whether the fileref is pre-assigned in the SAS session. If true, the other attributes of this object that contain information used by a fileref statement may be provided for documentation purposes only but is not required to access the file, because it has been assigned via some other mechanism.   int  

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
FileRefLocations

Partner: FileRefs

0 to * The location used by this fileref. This should be at most a single object, except for concatenated files.   ContentLocation
AnalyticContext
ArchiveEntry
ArchiveFile
COMConnection
Connection
Device
Directory
Document
Email
File
Memory
OpenClientConnection
SASCatalogEntry
SASClientConnection
Stream
TCPIPConnection
Text
TextStore
Reports

Partner: FileRefs

0 to * The reports that use this fileref for location.   Report

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

AccessMethod
     Type:  String 64  

The access method SAS software uses to access the file.

Fileref
     Type:  String 8  

The fileref used by SAS software.

IsPreassigned
     Type:  int  

A Boolean value that indicates whether the fileref is pre-assigned in the SAS session. If true, the other attributes of this object that contain information used by a fileref statement may be provided for documentation purposes only but is not required to access the file, because it has been assigned via some other mechanism.

Association Details

FileRefLocations
     Cardinality:   0 to *
     Partner:   FileRefs

The location used by this fileref. This should be at most a single object, except for concatenated files.  

Associated Types:
ContentLocation   AnalyticContext   ArchiveEntry   ArchiveFile   COMConnection   Connection   Device   Directory   Document   Email   File   Memory   OpenClientConnection   SASCatalogEntry   SASClientConnection   Stream   TCPIPConnection   Text   TextStore

Reports
     Cardinality:   0 to *
     Partner:   FileRefs

The reports that use this fileref for location.  

Associated Types:
Report


space
Previous Page | Next Page | Top of Page