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)

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

적용 대상