DtsConnectionInfo Class

Definition

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

Constructors

DtsConnectionInfo()
DtsConnectionInfo(DtsConnectionInfo)
DtsConnectionInfo(String)

Fields

applicationNameBuilder
NoTimeOut (Inherited from SqlOlapConnectionInfoBase)
workstationIdBuilder

Properties

ApplicationName
ConnectionString
ConnectionStringInternal (Inherited from SqlOlapConnectionInfoBase)
ConnectionTimeout (Inherited from SqlOlapConnectionInfoBase)
ConnectionTimeoutInternal (Inherited from SqlOlapConnectionInfoBase)
DatabaseName (Inherited from SqlOlapConnectionInfoBase)
DatabaseNameInternal (Inherited from SqlOlapConnectionInfoBase)
IntegratedSecurityInternal (Inherited from SqlOlapConnectionInfoBase)
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)
WorkstationID

Methods

ConnectionParmsChanged() (Inherited from SqlOlapConnectionInfoBase)
CreateConnectionObject()
ToString() (Inherited from SqlOlapConnectionInfoBase)

Applies to