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

Cube

Database

資料庫

MiningModels

Cube

MiningServices

Cube

MiningStructures

Cube

OnAccessTokenExpired

定義回呼方法,以在目前的存取權杖即將到期時通知應用程式。

Properties

取得 AdomdPropertyCollection 類別的執行個體,其中包含與 AdomdConnection 建立關聯的屬性。

ProviderVersion

ProviderVersion

ServerVersion

ServerVersion

SessionID

SessionID

ShowHiddenObjects

ShowHiddenObjects

State

狀態

方法

BeginTransaction()

BeginTransaction

BeginTransaction(IsolationLevel)

BeginTransaction

ChangeDatabase(String)

ChangeDatabase

ChangeEffectiveUser(String)

ChangeEffectiveUser

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

適用於