다음을 통해 공유


AdomdConnection 멤버

Represents a connection to a multidimensional data source.

AdomdConnection 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 AdomdConnection() () () () Initializes a new instance of the AdomdConnection class with default values.
공용 메서드 AdomdConnection(String) Initializes a new instance of the AdomdConnection class by using the specified connection string.
공용 메서드 AdomdConnection(AdomdConnection) Initializes a new instance of the AdomdConnection class by using values from a specified AdomdConnection class. The session identifier and command state are not the same.

맨 위로 이동

메서드

  이름 설명
공용 메서드 BeginTransaction() () () () Begins a new transaction.
공용 메서드 BeginTransaction(IsolationLevel) Begins a new transaction with the specified IsolationLevel enumeration value.
공용 메서드 ChangeDatabase Changes the current database of the open AdomdConnection.
공용 메서드 Clone Creates and returns an instance of an AdomdConnection based on the current AdomdConnection. Session ID and state are not cloned.
공용 메서드 Close() () () () Closes the connection to the database and ends the session.
공용 메서드 Close(Boolean) Closes the connection to the database, indicating whether to end the session.
공용 메서드 CreateCommand Creates and returns an AdomdCommand that is associated with the AdomdConnection.
공용 메서드 CreateObjRef (MarshalByRefObject에서 상속됩니다.)
공용 메서드 Dispose (Component에서 상속됩니다.)
보호된 메서드 Dispose (Component에서 상속됩니다.)
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Component에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetLifetimeService (MarshalByRefObject에서 상속됩니다.)
공용 메서드 GetSchemaDataSet(Guid, array<Object> [] () [] []) Returns schema information from a data source by using a Guid object to specify which schema information to return and by applying any specified restrictions to the information.
공용 메서드 GetSchemaDataSet(String, AdomdRestrictionCollection) Returns schema information from a data source by using a schema name to identify which schema to retrieve and by applying any specified restrictions to the information.
공용 메서드 GetSchemaDataSet(Guid, array<Object> [] () [] [], Boolean) Returns schema information from a data source by using a Guid object to identify the information, applying any specified restrictions on the information, and optionally throwing an exception when inline errors occur.
공용 메서드 GetSchemaDataSet(String, AdomdRestrictionCollection, Boolean) Returns schema information from a data source by using a schema name to identify the information, applying any specified restrictions to the information, and optionally throwing an exception when inline errors occur.
공용 메서드 GetSchemaDataSet(String, String, AdomdRestrictionCollection) Returns schema information from a data source by using a schema name and namespace to identify the information, and by applying any specified restrictions to the information.
공용 메서드 GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean) Returns schema information from a data source by using a schema name and namespace to identify the information, applying any specified restrictions to the information, and, optionally throwing an exception when inline errors occur.
보호된 메서드 GetService (Component에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 InitializeLifetimeService (MarshalByRefObject에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (MarshalByRefObject에서 상속됩니다.)
공용 메서드 Open() () () () Opens a connection with an analytical data source by using the settings specified in the ConnectionString property of the AdomdConnection.
공용 메서드 Open(String)
공용 메서드 RefreshMetadata Forces the connection to repopulate all metadata from the server.
공용 메서드 ToString (Component에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
보호된 속성 CanRaiseEvents (Component에서 상속됩니다.)
공용 속성 ClientVersion Gets the version of the ADOMD.NET client that implements the AdomdConnection.
공용 속성 ConnectionString Gets or sets the string that the AdomdConnection uses to open an analytical data source.
공용 속성 ConnectionTimeout Gets the time to wait for a connection to be established before the AdomdConnection stops trying to connect and generates an error.
공용 속성 Container (Component에서 상속됩니다.)
공용 속성 Cubes Gets an instance of a CubeCollection that represents the collection of cubes contained by an analytical data source.
공용 속성 Database Gets the name of the database to be used after the AdomdConnection is open.
보호된 속성 DesignMode (Component에서 상속됩니다.)
보호된 속성 Events (Component에서 상속됩니다.)
공용 속성 MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models that an analytical data source contains.
공용 속성 MiningServices Gets an instance of a MiningServiceCollection that represents the collection of mining services that an analytical data source contains.
공용 속성 MiningStructures Gets an instance of a MiningStructureCollection that represents the collection of mining structures that an analytical data source contains.
공용 속성 ProviderVersion Gets the version of the XML for Analysis provider that the AdomdConnection uses.
공용 속성 ServerVersion Gets the version of the server used that the AdomdConnection uses.
공용 속성 SessionID Gets or sets the string identifier of the session that the AdomdConnection opened with the server.
공용 속성 ShowHiddenObjects Gets or sets a value that indicates whether hidden objects are returned.
공용 속성 Site (Component에서 상속됩니다.)
공용 속성 State Gets the current state of the AdomdConnection.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed (Component에서 상속됩니다.)

맨 위로 이동