共用方式為


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

取得 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[], Boolean)

GetSchemaDataSet

GetSchemaDataSet(Guid, Object[])

GetSchemaDataSet

GetSchemaDataSet(String, AdomdRestrictionCollection, Boolean)

GetSchemaDataSet

GetSchemaDataSet(String, AdomdRestrictionCollection)

GetSchemaDataSet

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

Microsoft.AnalysisServices.AdomdClient.AdomdConnection

GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean)

GetSchemaDataSet

GetSchemaDataSet(String, String, AdomdRestrictionCollection)

GetSchemaDataSet

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

適用於