OlapConnectionInfo Class

Definition

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

Constructors

OlapConnectionInfo()
OlapConnectionInfo(OlapConnectionInfo)

Fields

NoTimeOut (Inherited from SqlOlapConnectionInfoBase)

Properties

ApplicationName
ConnectionString
ConnectionStringInternal (Inherited from SqlOlapConnectionInfoBase)
ConnectionTimeout (Inherited from SqlOlapConnectionInfoBase)
ConnectionTimeoutInternal (Inherited from SqlOlapConnectionInfoBase)
DatabaseName (Inherited from SqlOlapConnectionInfoBase)
DatabaseNameInternal (Inherited from SqlOlapConnectionInfoBase)
EncryptConnection

whether connection should be opened with encryption

IntegratedSecurity
IntegratedSecurityInternal (Inherited from SqlOlapConnectionInfoBase)
OtherParameters
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