AdomdConnection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Héritage
-
AdomdConnection
- Implémente
Constructeurs
AdomdConnection() |
Initialise une nouvelle instance de la classe AdomdConnection. |
AdomdConnection(AdomdConnection) |
Initialise une nouvelle instance de la classe AdomdConnection. |
AdomdConnection(String) |
Initialise une nouvelle instance de la classe AdomdConnection. |
Propriétés
AccessToken |
Jeton d’accès |
ClientVersion |
ClientVersion |
ConnectionString |
ConnectionString |
ConnectionTimeout |
ConnectionTimeout |
Cubes |
Cubes |
Database |
Base de données |
MiningModels |
Cubes |
MiningServices |
Cubes |
MiningStructures |
Cubes |
OnAccessTokenExpired |
Définit une méthode de rappel pour avertir les applications lorsque le jeton d’accès actuel est proche de l’expiration. |
Properties |
Obtient une instance d’une classe AdomdPropertyCollection qui contient les propriétés associées à AdomdConnection. |
ProviderVersion |
ProviderVersion |
ServerVersion |
ServerVersion |
SessionID |
Id de session |
ShowHiddenObjects |
ShowHiddenObjects |
State |
État |
Méthodes
Implémentations d’interfaces explicites
ICloneable.Clone() |
Microsoft.AnalysisServices.AdomdClient.AdomdConnection |
IDbConnection.BeginTransaction() |
Microsoft.AnalysisServices.AdomdClient.AdomdConnection |
IDbConnection.BeginTransaction(IsolationLevel) |
Microsoft.AnalysisServices.AdomdClient.AdomdConnection |
IDbConnection.CreateCommand() |
Microsoft.AnalysisServices.AdomdClient.AdomdConnection |