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

This is the port number to use to connect to the server.

Service
     Type:  String 128  

This is the name of the service to use when connecting to a server.


space
Previous Page | Next Page | Top of Page