space
Previous Page | Next Page

SAS Namespace Types

SASClientConnection


Subclass of Connection


Overview

Represents the information needed by SAS software to connect to other servers.

Security Inheritance and Enforcement Rules

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.

Attributes

Name Description Type Length
Port This is the port number to use when accessing this server.   int  
RemoteAddress This is the remote address to use to access the server. This can be an IP address, an IP name, or any other address acceptable to SAS software.   String 128  
ServerShortName This is the short server name that is used by SAS software to access a server.   String 8  
Service This is the service name used to connect to this server.   String 32  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ApplicationProtocol  AuthenticationType  ChangeState  CommunicationProtocol  LockedBy  PublicType  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
Libraries

Partner: LibraryConnection

0 to * The list of SAS libraries that use this connection.  SASLibrary
ScriptFiles

Partner: ScriptedConnections

0 to * The list of files that contain connection scripts.   File
ArchiveFile

Inherited Associations
AccessControls/Objects , Aliases/AliasFor , AliasFor/Aliases , AssociatedContentType/ContentItems , Changes/Objects , CustomAssociations/OwningObject , DataSources/DataSourceConnection , DeployedComponents/DataPackages , Documents/Objects , Domain/Connections , Extensions/OwningObject , ExternalIdentities/OwningObject , FileRefs/FileRefLocations , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PassthruPassword/ProtectedPassthrus , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , Providers/ProviderConnections , ReferencedObjects/AssociatedObjects , Reports/ReportLocation , ResponsibleParties/Objects , SAPW/ProtectedConnections , Source/SourceConnections , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TableCollections/CollectionLocations , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSAssociatedNamespace/TSNamespaceLocations , TSObjectNamespace/TSObjects , UnitofTimes/AssociatedContentLocation , UsedByPackages/UsingPackages , UsedByPrototypes/UsingPrototype , UsingPackages/UsedByPackages , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

Port
     Type:  int  

This is the port number to use when accessing this server.

RemoteAddress
     Type:  String 128  

This is the remote address to use to access the server. This can be an IP address, an IP name, or any other address acceptable to SAS software.

ServerShortName
     Type:  String 8  

This is the short server name that is used by SAS software to access a server.

Service
     Type:  String 32  

This is the service name used to connect to this server.

Association Details

Libraries
     Cardinality:   0 to *
     Partner:   LibraryConnection

The list of SAS libraries that use this connection. 

Associated Types:
SASLibrary

ScriptFiles
     Cardinality:   0 to *
     Partner:   ScriptedConnections

The list of files that contain connection scripts.  

Associated Types:
File   ArchiveFile


space
Previous Page | Next Page | Top of Page