space
Previous Page | Next Page

SAS Namespace Types

TCPIPConnection


Subclass of OpenClientConnection


Overview

Contains information for making a TCP/IP connection to a server.

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
HostName This is the IP name or IP address used to connect to a deployed component.   String 64  
Port The port number to use to connect to the server.   int  
Service The name of the service to use when connecting to a server.   String 128  

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

Associations

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, FavoritesContainers/Favorites, 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

HostName
     Type:  String 64  

This is the IP name or IP address used to connect to a deployed component.

Port
     Type:  int  

The port number to use to connect to the server.

Service
     Type:  String 128  

The name of the service to use when connecting to a server.

Previous Page | Next Page | Top of Page