AdomdConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Explicit Interface Implementations
ICloneable.Clone() | |
IDbConnection.BeginTransaction() | |
IDbConnection.BeginTransaction(IsolationLevel) | |
IDbConnection.CreateCommand() |