다음을 통해 공유


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

적용 대상