Click or drag to resize

MsSqlConnection Class

Inheritance Hierarchy

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
[DMConnectionInfoAttribute(1, "Microsoft SQL Server")]
public class MsSqlConnection : RemoteServerConnection

The MsSqlConnection type exposes the following members.

Constructors
  NameDescription
Public methodMsSqlConnection
Initializes a new instance of the MsSqlConnection class
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyConnectionString
Public propertyData (Inherited from DMConnection.)
Public propertyDBName (Inherited from RemoteServerConnection.)
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 (Inherited from RemoteServerConnection.)
Public propertyServer (Inherited from RemoteServerConnection.)
Public propertyServiceName (Inherited from RemoteServerConnection.)
Public propertyTransaction (Inherited from DbObject.)
Public propertyTrustedConnection (Inherited from RemoteServerConnection.)
Public propertyType (Inherited from DMConnection.)
Public propertyUserID (Inherited from RemoteServerConnection.)
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