SAS Namespace Types |
Subclass of Connection
Represents the information needed by SAS software to connect to other servers.
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 |
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
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
Port
Type: intThis is the port number to use when accessing this server.
RemoteAddress
Type: String 128This 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 8This is the short server name that is used by SAS software to access a server.
Service
Type: String 32This is the service name used to connect to this server.
Libraries
Cardinality: 0 to *
Partner: LibraryConnection
The list of SAS libraries that use this connection.
Associated Types:
SASLibraryScriptFiles
Cardinality: 0 to *
Partner: ScriptedConnections
The list of files that contain connection scripts.
Associated Types:
File ArchiveFile
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.