AdomdConnection 类

定义

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
继承
AdomdConnection
实现

构造函数

AdomdConnection()

初始化 AdomdConnection 类的新实例。

AdomdConnection(AdomdConnection)

初始化 AdomdConnection 类的新实例。

AdomdConnection(String)

初始化 AdomdConnection 类的新实例。

属性

AccessToken

访问令牌

ClientVersion

ClientVersion

ConnectionString

ConnectionString

ConnectionTimeout

ConnectionTimeout

Cubes

多维数据集

Database

数据库

MiningModels

多维数据集

MiningServices

多维数据集

MiningStructures

多维数据集

OnAccessTokenExpired

定义一个回调方法,用于在当前访问令牌即将过期时通知应用程序。

Properties

获取包含与 AdomdConnection 关联的属性的 AdomdPropertyCollection 类的实例。

ProviderVersion

ProviderVersion

ServerVersion

ServerVersion

SessionID

SessionID

ShowHiddenObjects

ShowHiddenObjects

State

状态

方法

BeginTransaction()

BeginTransaction

BeginTransaction(IsolationLevel)

BeginTransaction

ChangeDatabase(String)

ChangeDatabase

ChangeEffectiveUser(String)

ChangeEffectiveUser

Clone()

Clone

Close()

关闭

Close(Boolean)

关闭 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)

Microsoft.AnalysisServices.AdomdClient.AdomdConnection

IsCloudAnalysisServices()

IsCloudAnalysisServices

Open()

打开

Open(String)

内部使用。

RefreshMetadata()

Microsoft.AnalysisServices.AdomdClient.AdomdConnection

显式接口实现

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

适用于