Click or drag to resize
ImportSystemArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Arguments for ImportSystem method.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineImportSystemArgs

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ImportSystemArgs : _ImportSystemArgs

The ImportSystemArgs type exposes the following members.

Constructors
  NameDescription
Public methodImportSystemArgs
Initializes a new instance of the ImportSystemArgs class
Top
Fields
Properties
  NameDescription
Public propertybAdmin
Gets and sets a property that contains a flag with indictaes if this connection is the admin one for this system.
Public propertybClientServer
Gets and sets a property that contains a flag which indicates if this connection should use a client server connection.
Public propertybDirect
Gets and sets a property that contains the system direct connect flag.
Public propertybDynamicsSec
Gets and sets a property that contains the system Dynamics security flag.
Public propertybEnableCompression
Gets and sets a property that contains a flag which indicates if this connection should have compression enabled.
Public propertybEnableTracing
Gets and sets a property that contains a flag which indicates if this connection should use have logging enabled.
Public propertybLookupEdit
Gets and sets a property that contains a flag with indictaes if users can edit lookups for system.
Public propertybMultiLevel
Gets and sets a property that contains the system multi level queries flag.
Public propertybPrimary
Gets and sets a property that contains a flag with indictaes if this connection is the primary one for this system.
Public propertybPromptUser
Gets and sets a property that contains the system prompt user flag.
Public propertybSessionFree
Gets and sets a property that contains a flag which indicates if this connection should use session free mode.
Public propertybUseSSL
Gets and sets a property that contains a flag which indicates if this connection should use SSL.
Public propertycAppServerInfo
Gets and sets a property that contains the system AppServerInfo.
Public propertycAppService
Gets and sets a property that contains the system Appservice.
Public propertycConnectionName
Gets and sets a property that contains the connection name for this system connection.
Public propertycDecimalSeparator
Gets and sets a property that contains the decimal separator to be used for this system.
Public propertycDescription
Gets and sets a property that contains the system description.
Public propertycHost
Gets and sets a property that contains the system host.
Public propertycLogFile
Gets and sets a property that contains a value which indicates the log file name this connection should use.
Public propertycName
Gets and sets a property that contains the system name.
Public propertycService
Gets and sets a property that contains the system service.
Public propertycSystemType
Gets and sets a property that contains the type of system.
Public propertycThousandSeparator
Gets and sets a property that contains the thousand separator to be used for this system.
Public propertycTimeOut
Gets and sets a property that contains the time out value for this connection.
Public propertycURL
Gets and sets a property that contains the system URL.
Public propertyiCompressionLevel
Gets and sets a property that contains a value which indicates the compression level to use for this connection.
Public propertyiCompressionThreshold
Gets and sets a property that contains a value which indicates the compression threshold to use for this connection.
Public propertyiLoggingLevel
Gets and sets a property that contains a value which indicates the logging level this connection should use.
Public propertyiTcpClientRetry
Gets and sets a property that contains a value which indicates the TCP client retry this connection should use.
Public propertyiTcpClientRetryInterval
Gets and sets a property that contains a value which indicates the TCP client retry interval this connection should use.
Top
Remarks