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()

クローン

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

適用対象