SAS Namespace Types |
Subclass of Text
Subtypes
Represents a file in the file system.
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 |
FileExtension | The type of the file; for example, txt, html, or bat. | String | 16 |
FileName | The name of the file in the file system. | String | 256 |
IsARelativeName | If FileName contains a full directory pathname, this attribute should be false. | int |
Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated
ChangeState
LockedBy
PublicType
TextRole
TextType
UsageVersion
Name | Cardinality | Description | Associated Types |
AssociatedCube
Partner: AssociatedFile |
0 to 1 | The cube described by this file. | Cube |
AssociatedExternalTable
Partner: OwningFile |
0 to 1 | The table representation of this file. This should not be used to represent a SAS dataset. A PhysicalTable should be used. | ExternalTable |
AssociatedOLAPSchema
Partner: LogFile |
0 to 1 | The schema that is monitored by this log file. | OLAPSchema |
Directories Partner: Files | 0 to * | The directories that contain this file. | Directory AnalyticContext |
ScriptedConnections
Partner: ScriptFiles |
0 to * | The list of connections that are scripted by this file. | SASClientConnection |
Inherited Associations
AccessControls/Objects ,
Aliases/AliasFor ,
AliasFor/Aliases ,
AssociatedContentType/ContentItems ,
AssociatedProperty/StoredConfiguration ,
AssociatedQueryClause/SourceCode ,
AssociatedTransformation/SourceCode ,
AssociatedType/StoredConfiguration ,
Changes/Objects ,
CustomAssociations/OwningObject ,
DeployedComponents/DataPackages ,
Documents/Objects ,
Extensions/OwningObject ,
ExternalIdentities/OwningObject ,
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
FileExtension
Type: String 16The type of the file; for example, txt, html, or bat.
FileName
Type: String 256The name of the file in the file system.
IsARelativeName
Type: intIf FileName contains a full directory path name, this attribute should be false.
AssociatedCube
Cardinality: 0 to 1
Partner: AssociatedFile
The cube described by this file.
Associated Types:
CubeAssociatedExternalTable
Cardinality: 0 to 1
Partner: OwningFile
The table representation of this file. This should not be used to represent a SAS dataset. A PhysicalTable should be used.
Associated Types:
ExternalTableAssociatedOLAPSchema
Cardinality: 0 to 1
Partner: LogFile
The schema that is monitored by this log file.
Associated Types:
OLAPSchemaDirectories
Cardinality: 0 to *
Partner: Files
The directories that contain this file.
Associated Types:
Directory AnalyticContextScriptedConnections
Cardinality: 0 to *
Partner: ScriptFiles
The list of connections that are scripted by this file.
Associated Types:
SASClientConnection
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.