SAS Namespace Types |
Subclass of DeployedDataPackage
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.
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.
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
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 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
AccessMethod
Type: String 64The access method SAS software uses to access the file.
Fileref
Type: String 8The fileref used by SAS software.
IsPreassigned
Type: intA 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.
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 TextStoreReports
Cardinality: 0 to *
Partner: FileRefs
The reports that use this fileref for location.
Associated Types:
Report
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.