AdomdConnection Members
Represents a connection to a multidimensional data source.
The following tables list the members exposed by the AdomdConnection type.
Public Constructors
Имя | Description | |
---|---|---|
AdomdConnection | Overloaded. Initializes a new instance of the AdomdConnection class. |
В начало
Public Properties
(see also Protected Properties )
Имя | Description | |
---|---|---|
![]() |
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 | (inherited from 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. |
![]() |
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 | (inherited from Component ) |
![]() |
State | Gets the current state of the AdomdConnection. |
В начало
Protected Properties
Имя | Description | |
---|---|---|
![]() |
CanRaiseEvents | (inherited from Component ) |
![]() |
DesignMode | (inherited from Component ) |
![]() |
Events | (inherited from Component ) |
В начало
Public Methods
(see also Protected Methods )
Имя | Description | |
---|---|---|
![]() |
BeginTransaction | Overloaded. Begins a new transaction. |
![]() |
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 | Overloaded. Closes the connection to the database and ends the session. |
![]() |
CreateCommand | Creates and returns an AdomdCommand that is associated with the AdomdConnection. |
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetSchemaDataSet | Overloaded. Returns schema information from a data source |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
Open | Opens a connection with an analytical data source by using the settings specified in the ConnectionString property of the AdomdConnection. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
RefreshMetadata | Forces the connection to repopulate all metadata from the server. |
![]() |
ToString | (inherited from Component ) |
В начало
Protected Methods
Имя | Description | |
---|---|---|
![]() |
Dispose | Overloaded. (inherited from Component ) |
![]() |
Finalize | (inherited from Component ) |
![]() |
GetService | (inherited from Component ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
В начало
Public Events
Имя | Description | |
---|---|---|
![]() |
Disposed | (inherited from Component ) |
В начало
Explicit Interface Implementations
Имя | Description | |
---|---|---|
System.Data.IDbConnection.BeginTransaction | Overloaded. | |
System.Data.IDbConnection.CreateCommand | ||
System.ICloneable.Clone |
В начало
См. также
Справочник
AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace