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 is a list of associations which 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
End The end position for a range. This is a required value.   int  
Prefix The prefix for this range. This is a required value.  String 32  
Start The starting position for the range. This is a required value.  int  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated BeginPosition  ChangeState  ColumnLength  ColumnName  ColumnType  EndPosition  IsDiscrete  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 , 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.


space
Previous Page | Next Page | Top of Page