Click or drag to resize

RemoteServerConnection Class

Inheritance Hierarchy

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
public abstract class RemoteServerConnection : DMConnection

The RemoteServerConnection type exposes the following members.

Constructors
  NameDescription
Protected methodRemoteServerConnection
Initializes a new instance of the RemoteServerConnection class
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyData (Inherited from DMConnection.)
Public propertyDBName (Overrides DMConnectionDBName.)
Public propertyDW (Inherited from DMConnection.)
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyMeta (Inherited from DMConnection.)
Public propertyName (Inherited from DMConnection.)
Public propertyPassword
Public propertyServer
Public propertyServiceName
Public propertyTransaction (Inherited from DbObject.)
Public propertyTrustedConnection
Public propertyType (Inherited from DMConnection.)
Public propertyUserID
Top
Methods
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICloneableClone
Creates a new object that is a copy of the current instance.
(Inherited from DMConnection.)
Top
See Also