SAS Namespace Types |
Subclass of RelationalSchema
Represents a SAS library that is defined by the SAS LIBNAME statement. A SAS library is a collection of one or more SAS files that are recognized by SAS software and that are referenced and stored as a unit. Each file is a member of the library.
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 |
Engine | The engine specification used in the SAS LIBNAME statement. | String | 8 |
IsDBMSLibname | A Boolean value that indicates whether this library uses a connection to an external database server. | int | |
IsPreassigned | A Boolean value that indicates whether the library is pre-assigned in the SAS session. If true, the other attributes of this object that contain information used by a LIBNAME statement may be provided for documentation purposes only, but is not required to access the library, because the LIBNAME statement was issued via some other mechanism. | int | |
Libref | The libref used by the SAS LIBNAME statement. | String | 8 |
Inherited Attributes
Name
Id
Desc
MetadataCreated
MetadataUpdated
ChangeState
LockedBy
PublicType
UsageVersion
Name | Cardinality | Description | Associated Types |
DefaultLogin
Partner: Libraries |
0 to 1 | The default login to use for this library. | Login |
LibraryConnection
Partner: Libraries |
0 to 1 | The connection to a DBMS server or a SAS server. | SASClientConnection |
SASCatalogs
Partner: Libraries |
0 to * | The catalogs contained in this library. | SASCatalog |
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 ,
SchemaPackage/Schemas ,
SourceTransformations/TransformationSources ,
SpecSourceTransformations/SourceSpecifications ,
SpecTargetTransformations/TargetSpecifications ,
TableCollections/CollectionLocations ,
Tables/TablePackage ,
TargetTransformations/TransformationTargets ,
Timestamps/Objects ,
Trees/Members ,
TSObjectNamespace/TSObjects ,
UsedByPackages/UsingPackages ,
UsedByPrototypes/UsingPrototype ,
UsingPackages/UsedByPackages ,
UsingPrototype/UsedByPrototypes ,
Variables/AssociatedObject
Engine
Type: String 8The engine specification used by the SAS libname statement.
IsDBMSLibname
Type: intA Boolean value that indicates whether this library uses a connection to an external database server.
IsPreassigned
Type: intA Boolean value that indicates whether the library is pre-assigned in the SAS session. If true, the other attributes of this object that contain information used by a LIBNAME statement may be provided for documentation purposes only, but is not required to access the library, because the LIBNAME statement has been issued via some other mechanism.
Libref
Type: String 8The libref used by the SAS LIBNAME statement.
DefaultLogin
Cardinality: 0 to 1
Partner: Libraries
The default login to use for this library.
Associated Types:
LoginLibraryConnection
Cardinality: 0 to 1
Partner: Libraries
The connection to a DBMS server or a SAS server.
Associated Types:
SASClientConnectionSASCatalogs
Cardinality: 0 to *
Partner: Libraries
The catalogs contained in this library.
Associated Types:
SASCatalog
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.