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.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms141533.pubproperty(en-US,SQL.90).gif ClientVersion Gets the version of the ADOMD.NET client that implements the AdomdConnection.
ms141533.pubproperty(en-US,SQL.90).gif ConnectionString Gets or sets the string that the AdomdConnection uses to open an analytical data source.
ms141533.pubproperty(en-US,SQL.90).gif ConnectionTimeout Gets the time to wait for a connection to be established before the AdomdConnection stops trying to connect and generates an error.
ms141533.pubproperty(en-US,SQL.90).gif Container  (inherited from Component )
ms141533.pubproperty(en-US,SQL.90).gif Cubes Gets an instance of a CubeCollection that represents the collection of cubes contained by an analytical data source.
ms141533.pubproperty(en-US,SQL.90).gif Database Gets the name of the database to be used after the AdomdConnection is open.
ms141533.pubproperty(en-US,SQL.90).gif MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models that an analytical data source contains.
ms141533.pubproperty(en-US,SQL.90).gif MiningServices Gets an instance of a MiningServiceCollection that represents the collection of mining services that an analytical data source contains.
ms141533.pubproperty(en-US,SQL.90).gif MiningStructures Gets an instance of a MiningStructureCollection that represents the collection of mining structures that an analytical data source contains.
ms141533.pubproperty(en-US,SQL.90).gif ProviderVersion Gets the version of the XML for Analysis provider that the AdomdConnection uses.
ms141533.pubproperty(en-US,SQL.90).gif ServerVersion Gets the version of the server used that the AdomdConnection uses.
ms141533.pubproperty(en-US,SQL.90).gif SessionID Gets or sets the string identifier of the session that the AdomdConnection opened with the server.
ms141533.pubproperty(en-US,SQL.90).gif ShowHiddenObjects Gets or sets a value that indicates whether hidden objects are returned.
ms141533.pubproperty(en-US,SQL.90).gif Site  (inherited from Component )
ms141533.pubproperty(en-US,SQL.90).gif State Gets the current state of the AdomdConnection.

Top

Protected Properties

  Name Description
ms141533.protproperty(en-US,SQL.90).gif CanRaiseEvents  (inherited from Component )
ms141533.protproperty(en-US,SQL.90).gif DesignMode  (inherited from Component )
ms141533.protproperty(en-US,SQL.90).gif Events  (inherited from Component )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms141533.pubmethod(en-US,SQL.90).gif BeginTransaction Overloaded. Begins a new transaction.
ms141533.pubmethod(en-US,SQL.90).gif ChangeDatabase Changes the current database of the open AdomdConnection.
ms141533.pubmethod(en-US,SQL.90).gif Clone Creates and returns an instance of an AdomdConnection based on the current AdomdConnection. Session ID and state are not cloned.
ms141533.pubmethod(en-US,SQL.90).gif Close Overloaded. Closes the connection to the database and ends the session.
ms141533.pubmethod(en-US,SQL.90).gif CreateCommand Creates and returns an AdomdCommand that is associated with the AdomdConnection.
ms141533.pubmethod(en-US,SQL.90).gif CreateObjRef  (inherited from MarshalByRefObject )
ms141533.pubmethod(en-US,SQL.90).gif Dispose  Overloaded. (inherited from Component )
ms141533.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms141533.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms141533.pubmethod(en-US,SQL.90).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms141533.pubmethod(en-US,SQL.90).gif GetSchemaDataSet Overloaded. Returns schema information from a data source
ms141533.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms141533.pubmethod(en-US,SQL.90).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms141533.pubmethod(en-US,SQL.90).gif Open Opens a connection with an analytical data source by using the settings specified in the ConnectionString property of the AdomdConnection.
ms141533.pubmethod(en-US,SQL.90).gifms141533.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms141533.pubmethod(en-US,SQL.90).gif RefreshMetadata Forces the connection to repopulate all metadata from the server.
ms141533.pubmethod(en-US,SQL.90).gif ToString  (inherited from Component )

Top

Protected Methods

  Name Description
ms141533.protmethod(en-US,SQL.90).gif Dispose  Overloaded. (inherited from Component )
ms141533.protmethod(en-US,SQL.90).gif Finalize  (inherited from Component )
ms141533.protmethod(en-US,SQL.90).gif GetService  (inherited from Component )
ms141533.protmethod(en-US,SQL.90).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Top

Public Events

  Name Description
ms141533.pubevent(en-US,SQL.90).gif Disposed  (inherited from Component )

Top

Explicit Interface Implementations

  Name Description
System.Data.IDbConnection.BeginTransaction Overloaded.  
System.Data.IDbConnection.CreateCommand  
System.ICloneable.Clone  

Top

See Also

Reference

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace