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

Name Description
SqlCeConnectionInfo()
SqlCeConnectionInfo(IDbConnection)
SqlCeConnectionInfo(SqlCeConnectionInfo)
SqlCeConnectionInfo(String, String)
SqlCeConnectionInfo(String)

Fields

Name Description
NoTimeOut (Inherited from SqlOlapConnectionInfoBase)

Properties

Name Description
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

Name Description
ConnectionParmsChanged() (Inherited from SqlOlapConnectionInfoBase)
Copy()

Deep copy

CreateConnectionObject()
ToString() (Inherited from SqlOlapConnectionInfoBase)

Applies to