SqlCeConnectionInfo Class

Definition

[System.Serializable]
public class SqlCeConnectionInfo : Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
[<System.Serializable>]
type SqlCeConnectionInfo = class
    inherit SqlOlapConnectionInfoBase
Public Class SqlCeConnectionInfo
Inherits SqlOlapConnectionInfoBase
Inheritance
Attributes

Constructors

SqlCeConnectionInfo()
SqlCeConnectionInfo(IDbConnection)
SqlCeConnectionInfo(SqlCeConnectionInfo)
SqlCeConnectionInfo(String)
SqlCeConnectionInfo(String, String)

Fields

NoTimeOut (Inherited from SqlOlapConnectionInfoBase)

Properties

Connection
ConnectionString
ConnectionStringInternal (Inherited from SqlOlapConnectionInfoBase)
ConnectionTimeout (Inherited from SqlOlapConnectionInfoBase)
ConnectionTimeoutInternal (Inherited from SqlOlapConnectionInfoBase)
DatabaseName (Inherited from SqlOlapConnectionInfoBase)
DatabaseNameInternal (Inherited from SqlOlapConnectionInfoBase)
DefaultLockEscalation
IntegratedSecurityInternal (Inherited from SqlOlapConnectionInfoBase)
MaxDatabaseSize
Password (Inherited from SqlOlapConnectionInfoBase)
QueryTimeout (Inherited from SqlOlapConnectionInfoBase)
QueryTimeoutInternal (Inherited from SqlOlapConnectionInfoBase)
RebuildConnectionStringInternal (Inherited from SqlOlapConnectionInfoBase)
SecurePassword (Inherited from SqlOlapConnectionInfoBase)
ServerCaseSensitivity (Inherited from ConnectionInfoBase)
ServerName (Inherited from SqlOlapConnectionInfoBase)
ServerNameInternal (Inherited from SqlOlapConnectionInfoBase)
ServerType (Inherited from ConnectionInfoBase)
ServerVersion (Inherited from ConnectionInfoBase)
UseIntegratedSecurity (Inherited from SqlOlapConnectionInfoBase)
UserName (Inherited from SqlOlapConnectionInfoBase)

Methods

ConnectionParmsChanged() (Inherited from SqlOlapConnectionInfoBase)
Copy()

Deep copy

CreateConnectionObject()
ToString() (Inherited from SqlOlapConnectionInfoBase)

Applies to