space
Previous Page | Next Page

SAS Namespace Types

ColumnRange


Subclass of Column


Overview

Represents a range of columns.

Security Inheritance and Enforcement Rules

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.

Attributes

Name Description Type Length
End The end position for a range.   int  
Prefix The prefix for this range.   String 32  
Start The starting position for the range.   int  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, BeginPosition, ChangeState, ColumnLength, ColumnName, ColumnType, EndPosition, IsDiscrete, IsHidden, IsNullable, LockedBy, PublicType, SASAttribute, SASColumnLength, SASColumnName, SASColumnType, SASExtendedColumnType, SASExtendedLength, SASFormat, SASInformat, SASPrecision, SASScale, SortOrder, SummaryRole, UsageVersion

Associations

Inherited Associations
AccessControls/Objects, AnalyticColumns/OwningColumn, Changes/Objects, CustomAssociations/OwningObject, DisplayForKeys/DisplayColumns, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, FavoritesContainers/Favorites, ForeignKeyAssociations/ForeignKeyColumn, Groups/Members, Implementors/ImplementedObjects, Indexes/Columns, Keys/KeyedColumns, Keywords/Objects, LocalizedAttributes/AssociatedLocalizedObject, Notes/Objects, PrimaryPropertyGroup/AssociatedObject, Prompts/PromptEnabledObject, Properties/AssociatedObject, PropertySets/OwningObject, QueryClauses/Columns, ReferencedObjects/AssociatedObjects, ResponsibleParties/Objects, SourceFeatureMaps/FeatureSources, SourceTransformations/TransformationSources, SpecSourceTransformations/SourceSpecifications, SpecTargetTransformations/TargetSpecifications, Table/Columns, TargetFeatureMaps/FeatureTargets, TargetTransformations/TransformationTargets, Timestamps/Objects, Trees/Members, TSObjectNamespace/TSObjects, UniqueKeyAssociations/UniqueKeyColumn, UsedByPrototypes/UsingPrototype, UsingPrototype/UsedByPrototypes, Variables/AssociatedObject, XPaths/AssociatedMapColumn

Attribute Details

End
     Type:  int  

The end position for a range.

Prefix
     Type:  String 32  

The prefix for this range.

Start
     Type:  int  

The starting position for the range.

Previous Page | Next Page | Top of Page