AdomdConnection Class

Definition

Microsoft.AnalysisServices.AdomdClient.AdomdConnection

public sealed class AdomdConnection : System.ComponentModel.Component, ICloneable, IDisposable, System.Data.IDbConnection
type AdomdConnection = class
    inherit Component
    interface IDbConnection
    interface IDisposable
    interface ICloneable
Public NotInheritable Class AdomdConnection
Inherits Component
Implements ICloneable, IDbConnection, IDisposable
Inheritance
AdomdConnection
Implements

Constructors

AdomdConnection()

Initializes a new instance of the AdomdConnection class.

AdomdConnection(AdomdConnection)

Initializes a new instance of the AdomdConnection class.

AdomdConnection(String)

Initializes a new instance of the AdomdConnection class.

Properties

AccessToken

Access token

ClientVersion

ClientVersion

ConnectionString

ConnectionString

ConnectionTimeout

ConnectionTimeout

Cubes

Cubes

Database

Database

MiningModels

Cubes

MiningServices

Cubes

MiningStructures

Cubes

OnAccessTokenExpired

Defines a callback method for notifying applications when the current access token is near expiration.

Properties

Gets an instance of an AdomdPropertyCollection class that contains the properties associated with the AdomdConnection.

ProviderVersion

ProviderVersion

ServerVersion

ServerVersion

SessionID

SessionID

ShowHiddenObjects

ShowHiddenObjects

State

State

Methods

BeginTransaction()

BeginTransaction

BeginTransaction(IsolationLevel)

BeginTransaction

ChangeDatabase(String)

ChangeDatabase

ChangeEffectiveUser(String)

ChangeEffectiveUser

Clone()

Clone

Close()

Close

Close(Boolean)

Close 1

CreateCommand()

CreateCommand

GetCloudConnectionAuthenticationProperties()

GetCloudConnectionAuthenticationProperties

GetSchemaDataSet(Guid, Object[])

GetSchemaDataSet

GetSchemaDataSet(Guid, Object[], Boolean)

GetSchemaDataSet

GetSchemaDataSet(String, AdomdRestrictionCollection)

GetSchemaDataSet

GetSchemaDataSet(String, AdomdRestrictionCollection, Boolean)

GetSchemaDataSet

GetSchemaDataSet(String, String, AdomdRestrictionCollection)

GetSchemaDataSet

GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean)

GetSchemaDataSet

GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean, AdomdPropertyCollection)
IsCloudAnalysisServices()

IsCloudAnalysisServices

Open()

Open

Open(String)

Internal use.

RefreshMetadata()

Explicit Interface Implementations

ICloneable.Clone()
IDbConnection.BeginTransaction()
IDbConnection.BeginTransaction(IsolationLevel)
IDbConnection.CreateCommand()

Applies to