AdomdConnection Members
Represents a connection to a multidimensional data source.
The following tables list the members exposed by the AdomdConnection type.
Public Constructors
Name | Description | |
---|---|---|
AdomdConnection | Overloaded. Initializes a new instance of the AdomdConnection class. |
Nach oben
Public Properties
(see also Protected Properties )
Name | 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. |
Nach oben
Protected Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (inherited from Component ) | |
DesignMode | (inherited from Component ) | |
Events | (inherited from Component ) |
Nach oben
Public Methods
(see also Protected Methods )
Name | 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 ) |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. (inherited from Component ) | |
Finalize | (inherited from Component ) | |
GetService | (inherited from Component ) | |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Nach oben
Public Events
Name | Description | |
---|---|---|
Disposed | (inherited from Component ) |
Nach oben
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Data.IDbConnection.BeginTransaction | Overloaded. | |
System.Data.IDbConnection.CreateCommand | ||
System.ICloneable.Clone |
Nach oben
Siehe auch
Verweis
AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace