ConnectionInfo Class

Definition

Parses a connection string and exposes several properties associated with the connection. This class cannot be inherited.

public sealed class ConnectionInfo
type ConnectionInfo = class
Public NotInheritable Class ConnectionInfo
Inheritance
ConnectionInfo

Constructors

ConnectionInfo(String)

Initializes a new instance of the ConnectionInfo class using a connection string.

Properties

AccessMode

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

AllowPrompt
Obsolete.

Gets an indication for the status of allow-prompt property of the ConnectionInfo object.

AsAzureRedirection

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

AuthenticationScheme

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

BypassAuthorization

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

Catalog

Gets a catalog of databases associated with the ConnectionInfo object.

Certificate

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

CharacterEncoding

Gets the character encoding value associated with the ConnectionInfo object.

ClientCertificateThumbprint

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

CompressionLevel

Gets the compression level associated with the ConnectionInfo object.

ConnectionActivityId

Property indicating connection activity id This correlation id is passed down as a candidate of x-ms-parent-activity-id for the HTTP requests that are issued during connection creation.

ConnectionType

Gets the connection type associated with the ConnectionInfo object.

ConnectTimeout

Gets and sets the connection timeout information associated with the ConnectionInfo object.

ContextualIdentity

Property indicating contextual identity for the connection

DedicatedAdminConnection

Property indicating whether this is a dedicated admin connection

EncryptionPassword

Gets the encryption password associated with the ConnectionInfo object.

ExtAuthInfo

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

ExtendedProperties

Gets the extended properties associated with the ConnectionInfo object.

HttpHandling

Gets and sets the way the client will handle the HTTP-based XMLA connection.

IdentityProvider

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

ImpersonationLevel

Gets the impersonation level associated with a ConnectionInfo object.

InstanceName

Gets the instance name associated with the ConnectionInfo object.

IntegratedSecurity

Gets the integrated security status for the ConnectionInfo object.

Location

Gets the location associated with the ConnectionInfo object.

PacketSize

Gets the packet size in bytes associated with a ConnectionInfo object.

Password

Gets the password associated with the ConnectionInfo object.

Port

Gets the port number associated with the ConnectionInfo object.

ProtectionLevel

Gets the protection level associated with a ConnectionInfo object.

ProtocolFormat

Gets the protocol format for the ConnectionInfo object.

RestrictCatalog

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

RestrictRoles

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

RestrictUser

Do not reference this member directly in your code. It supports the Analysis Services infrastructure.

Server

Gets the server name associated with a ConnectionInfo object.

Sspi

Gets the name of the SSPI package to use during the authentication process of the connection.

Timeout

Gets the timeout value associated with the ConnectionInfo object.

TransportCompression

Gets the TransportCompression associated with a ConnectionInfo object.

UseExistingFile

Gets an indication for the status of use existing file property of the ConnectionInfo object.

UserID

Gets the user identifier associated with the ConnectionInfo object.

Applies to