次の方法で共有


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

State

メソッド

BeginTransaction()

BeginTransaction

BeginTransaction(IsolationLevel)

BeginTransaction

ChangeDatabase(String)

ChangeDatabase

ChangeEffectiveUser(String)

ChangeEffectiveUser

Clone()

複製

Close()

閉じる

Close(Boolean)

Close 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

適用対象