AdomdConnection Properties

Include Protected Members
Include Inherited Members

The AdomdConnection type exposes the following members.

Properties

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

Top