SqlOlapConnectionInfoBase Class

Definition

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public abstract class SqlOlapConnectionInfoBase : Microsoft.SqlServer.Management.Common.ConnectionInfoBase
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type SqlOlapConnectionInfoBase = class
    inherit ConnectionInfoBase
Public MustInherit Class SqlOlapConnectionInfoBase
Inherits ConnectionInfoBase
Inheritance
SqlOlapConnectionInfoBase
Derived
Attributes

Constructors

SqlOlapConnectionInfoBase()
SqlOlapConnectionInfoBase(ConnectionType)
SqlOlapConnectionInfoBase(SqlOlapConnectionInfoBase)
SqlOlapConnectionInfoBase(String, ConnectionType)
SqlOlapConnectionInfoBase(String, String, String, ConnectionType)

Fields

DefaultConnTimeout
DefaultQueryTimeout
NoTimeOut

Properties

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

Methods

ConnectionParmsChanged()
CreateConnectionObject()
ToString()

Applies to