Spazio dei nomi Microsoft.AnalysisServices.AdomdClient

Represents the ADOMD.NET data provider.

The ADOMD.NET data provider is used to access multidimensional data sources, such as Microsoft SQL Server 2005 Analysis Services (SSAS), in managed code. Using the AdomdConnection, you can connect to a multidimensional data source, and you can then run queries and statements using an AdomdCommand to return AdomdDataReader and CellSet objects containing multidimensional data. You can also use the AdomdConnection to view metadata for multidimensional data sources, either by examining the CubeDef and related objects or by retrieving schema rowsets directly from the data source.

For more information, see Programmazione di client ADOMD.NET.

Classi

  Classe Descrizione
Classe pubblica AdomdCacheExpiredException Represents an exception thrown by ADOMD.NET when a cached version of an ADOMD.NET object is no longer valid.
Classe pubblica AdomdCommand Represents a command to be run against an analytical data source.
Classe pubblica AdomdConnection Represents a connection to a multidimensional data source.
Classe pubblica AdomdConnectionException Represents an exception thrown by ADOMD.NET when the connection could not be opened or was disconnected.
Classe pubblica AdomdDataAdapter Represents a Microsoft .NET Framework data adapter for an analytical data source.
Classe pubblica AdomdDataReader Provides a means of reading a forward-only result set that is obtained by running a command, and can be used to access analytical data sources.
Classe pubblica AdomdError Represents a server or provider-specific error.
Classe pubblica AdomdErrorCollection Gets a collection of AdomdError objects.
Classe pubblica AdomdErrorLocation Represents the location in the CommandText or CommandStream at which the error occurred.
Classe pubblica AdomdErrorResponseException Represents an exception thrown by ADOMD.NET when a response is received from a provider which indicates an error. This exception contains a collection of AdomdError objects that contain information about each problem reported by the provider.
Classe pubblica AdomdException Represents an exception thrown by ADOMD.NET.
Classe pubblica AdomdParameter Represents a parameter to an AdomdCommand object.
Classe pubblica AdomdParameterCollection Gets a collection of AdomdParameter objects contained in an AdomdCommand object.
Classe pubblica AdomdProperty Represents a property of a command.
Classe pubblica AdomdPropertyCollection This class gets a collection of AdomdProperty objects contained in an AdomdCommand.
Classe pubblica AdomdRestriction Restricts the information returned when retrieving schema information from a connection.
Classe pubblica AdomdRestrictionCollection Gets a collection of AdomdRestriction objects.
Classe pubblica AdomdSchemaGuid Contains the most commonly available schema rowset GUIDs used by the GetSchemaDataSet method of the AdomdConnection.
Classe pubblica AdomdTransaction Represents a transaction to be performed at a multidimensional data source.
Classe pubblica AdomdUnknownResponseException Represents an exception thrown by ADOMD.NET when a response has been returned from the provider that is not understood.
Classe pubblica AxesInfo Represents metadata pertaining to the axes that are associated with an instance of a CellSet class.
Classe pubblica Axis Represents an axis within a cellset.
Classe pubblica AxisCollection Gets a read-only collection of Axis objects contained by a CellSet.
Classe pubblica Cell Represents a cell in a given cellset. For a complete list of class members, see Cell.
Classe pubblica CellCollection Contains a read-only collection of Cell objects contained by a CellSet.
Classe pubblica CellInfo Represents metadata pertaining to the cells that are associated with an instance of a CellSet class
Classe pubblica CellProperty Represents a cell property for a given cell.
Classe pubblica CellPropertyCollection Contains a collection of CellProperty objects contained by a Cell.
Classe pubblica CellSet Represents a cellset that is returned as a result of a query.
Classe pubblica CubeCollection Contains a read-only, on-demand list of CubeDef objects contained by an AdomdConnection.
Classe pubblica CubeDef Represents the metadata for a cube.
Classe pubblica CubeInfo Represents metadata pertaining to a cube that is associated with an instance of a CellSet class.
Classe pubblica Dimension Represents a dimension within a cube.
Classe pubblica DimensionCollection Contains a read-only, on-demand collection of Dimension objects contained in a CubeDef.
Classe pubblica Hierarchy Represents a dimension hierarchy contained by a dimension or set.
Classe pubblica HierarchyCollection Contains a read-only, on-demand collection of Hierarchy objects contained in a Dimension or a Set.
Classe pubblica Kpi Key Performance Indicators (KPIs) are metadata wrappers around measures and Multidimensional Expressions (MDX) expressions.
Classe pubblica KpiCollection Contains a read-only, on-demand list of Kpi objects contained by a CubeDef.
Classe pubblica Level Represents a level within a hierarchy.
Classe pubblica LevelCollection Contains a read-only, on-demand collection of Level objects contained in a Hierarchy.
Classe pubblica LevelProperty Represents a member property available on members in the level.
Classe pubblica LevelPropertyCollection Represents a read-only, on-demand collection of LevelProperty objects contained by a Level.
Classe pubblica Measure Represents a measure within a cube or measure group.
Classe pubblica MeasureCollection Gets a read-only, on-demand collection of Measures objects contained by a CubeDef.
Classe pubblica Member Represents a single member within a hierarchy, tuple, level, or member.
Classe pubblica MemberCollection Gets a read-only, on-demand collection of Member objects contained by a Position, a Level, or a Tuple.
Classe pubblica MemberFilter Represents a single filter to be applied when retrieving a collection of members.
Classe pubblica MemberProperty Represents a single member property for a given member.
Classe pubblica MemberPropertyCollection Gets a read-only, on-demand collection of MemberProperty objects contained by a Member.
Classe pubblica MiningAttribute Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Classe pubblica MiningAttributeCollection Represents a read-only, on-demand collection of MiningAttribute objects contained by a MiningModel.
Classe pubblica MiningContentNode Represents the learned content of a MiningModel in a hierarchical node format.
Classe pubblica MiningContentNodeCollection Represents a read-only, on-demand collection of MiningContentNode objects contained by a MiningModel or MiningContentNode object.
Classe pubblica MiningDistribution Represents the distribution of a value in a MiningContentNode.
Classe pubblica MiningDistributionCollection Represents a read-only, on-demand collection of MiningDistribution objects contained by a MiningContentNode.
Classe pubblica MiningModel Represents a mining model of an AdomdConnection.
Classe pubblica MiningModelCollection Represents a read-only, on-demand collection of MiningModel objects contained by a MiningStructure or AdomdConnection object.
Classe pubblica MiningModelColumn Represents a column in a mining model.
Classe pubblica MiningModelColumnCollection Represents a read-only, on-demand collection of MiningModelColumn objects contained by a MiningModel object.
Classe pubblica MiningParameter Represents an algorithm-specific parameter on the MiningModel.
Classe pubblica MiningParameterCollection Represents a read-only, on-demand collection of MiningParameter objects contained by a MiningModel object.
Classe pubblica MiningService Represents a mining algorithm available from a AdomdConnection object.
Classe pubblica MiningServiceCollection Gets a read-only collection of MiningService objects contained by a CellSet.
Classe pubblica MiningServiceParameter Represents an available parameter for the mining service.
Classe pubblica MiningServiceParameterCollection Gets a read-only collection of MiningServiceParameter objects contained by a CellSet.
Classe pubblica MiningStructure Represents a mining structure on the server.
Classe pubblica MiningStructureCollection Represents a read-only, on-demand collection of MiningStructure objects contained by an AdomdConnection object.
Classe pubblica MiningStructureColumn Represents the structure of a mining column.
Classe pubblica MiningStructureColumnCollection Gets a read-only collection of MiningStructureColumn objects contained by a CellSet.
Classe pubblica MiningValue Represents a value in the mining distribution or mining column.
Classe pubblica MiningValueCollection Gets a read-only collection of MiningValue objects contained by a CellSet.
Classe pubblica NamedSet Represents a named set for a given cube.
Classe pubblica NamedSetCollection Gets a read-only, on-demand collection of NamedSet objects contained by a CubeDef.
Classe pubblica OlapInfo Represents metadata associated with an instance of a CellSet.
Classe pubblica OlapInfoAxis Represents metadata pertaining to an axis that is associated with a CellSet.
Classe pubblica OlapInfoAxisCollection Gets a read-only, on-demand collection of OlapInfoAxis objects.
Classe pubblica OlapInfoCube Represents metadata pertaining to a cube that is associated with an instance of a CellSet class.
Classe pubblica OlapInfoCubeCollection Gets a read-only, on-demand collection of OlapInfoCube objects.
Classe pubblica OlapInfoHierarchy Represents metadata of a hierarchy that is contained in an instance of a CellSet class.
Classe pubblica OlapInfoHierarchyCollection Gets a read-only, on-demand collection of OlapInfoHierarchy objects.
Classe pubblica OlapInfoProperty Represents metadata pertaining to hierarchy, cell, and cube objects that are contained in an OlapInfoProperty.
Classe pubblica OlapInfoPropertyCollection Gets a read-only, on-demand collection of OlapInfoProperty objects.
Classe pubblica Position Represents a tuple reference contained by an Axis.
Classe pubblica PositionCollection Gets a read-only collection of Position objects contained by an Axis object.
Classe pubblica Property Represents a property of various ADOMD.NET objects.
Classe pubblica PropertyCollection Gets a read-only collection of Property objects contained by a CellSet.
Classe pubblica Set Represents an ordered collection of zero or more tuples.
Classe pubblica Tuple Represents an ordered collection of members from different hierarchies.
Classe pubblica TupleCollection Gets a read-only collection of Tuple objects contained by a Set.

Strutture

  Struttura Descrizione
Struttura pubblica AdomdDataReader. . :: . .Enumerator
Struttura pubblica AdomdErrorCollection. . :: . .Enumerator Implements the System.Collections..::..IEnumerator interface to support iterating over an AdomdErrorCollection and reading its individual AdomdError objects.
Struttura pubblica AdomdPropertyCollection. . :: . .Enumerator Implements the System.Collections..::..IEnumerator interface to support iterating over an AdomdPropertyCollection object and reading its individual AdomdProperty values.
Struttura pubblica AdomdRestrictionCollection. . :: . .Enumerator Supports iterating over a AdomdRestrictionCollection and reading its individual AdomdRestriction objects.
Struttura pubblica AxisCollection. . :: . .Enumerator Implements the System.Collections..::..IEnumerator interface to support iterating over an AxisCollection and reading its individual Axis objects.
Struttura pubblica CellCollection. . :: . .Enumerator Supports iterating over a CellCollection and reading its individual Cell objects.
Struttura pubblica CellPropertyCollection. . :: . .Enumerator Implements the System.Collections..::..IEnumerator interface to support iterating over an CellPropertyCollection and reading its individual CellProperty objects
Struttura pubblica CubeCollection. . :: . .Enumerator Implements the System.Collections..::..IEnumerator interface to support iterating over an CubeCollection and reading its individual CubeDef objects.
Struttura pubblica DimensionCollection. . :: . .Enumerator Supports iterating over a DimensionCollection and reading its individual Dimension objects.
Struttura pubblica HierarchyCollection. . :: . .Enumerator Supports iterating over a HierarchyCollection and reading its individual Hierarchy.
Struttura pubblica KpiCollection. . :: . .Enumerator Supports iterating over a KpiCollection and reading its individual Kpi objects.
Struttura pubblica LevelCollection. . :: . .Enumerator Supports iterating over a LevelCollection and reading its individual Level objects.
Struttura pubblica LevelPropertyCollection. . :: . .Enumerator Supports iterating over a LevelPropertyCollection and reading its individual LevelProperty objects.
Struttura pubblica MeasureCollection. . :: . .Enumerator Supports iterating over a MeasureCollection and reading its individual Measure objects.
Struttura pubblica MemberCollection. . :: . .Enumerator Supports iterating over a MemberCollection and reading its individual Member objects.
Struttura pubblica MemberPropertyCollection. . :: . .Enumerator Supports iterating over a MemberPropertyCollection and reading its individual MemberProperty objects.
Struttura pubblica MiningAttributeCollection. . :: . .Enumerator Supports iterating over a MiningAttributeCollection and reading its individual MiningAttributeParameter objects.
Struttura pubblica MiningContentNodeCollection. . :: . .Enumerator Supports iterating over a MiningContentNodeCollection and reading its individual MiningContentNode objects.
Struttura pubblica MiningDistributionCollection. . :: . .Enumerator Supports iterating over a MiningDistributionCollection and reading its individual MiningDistribution objects.
Struttura pubblica MiningModelCollection. . :: . .Enumerator Supports iterating over a MiningModelCollection and reading its individual MiningModel objects.
Struttura pubblica MiningModelColumnCollection. . :: . .Enumerator Supports iterating over a MiningModelColumnCollection and reading its individual MiningModelColumn objects.
Struttura pubblica MiningParameterCollection. . :: . .Enumerator Supports iterating over a MiningParameterCollection and reading its individual MiningParameter objects.
Struttura pubblica MiningServiceCollection. . :: . .Enumerator Supports iterating over a MiningServiceCollection and reading its individual MiningService objects.
Struttura pubblica MiningServiceParameterCollection. . :: . .Enumerator Supports iterating over a MiningServiceParameterCollection and reading its individual MiningServiceParameter objects.
Struttura pubblica MiningStructureCollection. . :: . .Enumerator Supports iterating over a MiningStructureCollection and reading its individual MiningStructure objects.
Struttura pubblica MiningStructureColumnCollection. . :: . .Enumerator Supports iterating over a MiningStructureColumnCollection and reading its individual MiningStructureColumn objects.
Struttura pubblica MiningValueCollection. . :: . .Enumerator Supports iterating over a MiningValueCollection and reading its individual MiningValue objects.
Struttura pubblica NamedSetCollection. . :: . .Enumerator Supports iterating over a NamedSetCollection and reading its individual NamedSet objects.
Struttura pubblica OlapInfoAxisCollection. . :: . .Enumerator Supports iterating over a OlapInfoAxisCollection and reading its individual OlapInfoAxis objects.
Struttura pubblica OlapInfoCubeCollection. . :: . .Enumerator Supports iterating over a OlapInfoCubeCollection and reading its individual OlapInfoCube objects.
Struttura pubblica OlapInfoHierarchyCollection. . :: . .Enumerator Supports iterating over a OlapInfoHierarchyCollection and reading its individual OlapInfoHierarchy objects.
Struttura pubblica OlapInfoPropertyCollection. . :: . .Enumerator Supports iterating over a OlapInfoPropertyCollection and reading its individual OlapInfoProperty objects.
Struttura pubblica PositionCollection. . :: . .Enumerator Supports iterating over a PositionCollection and reading its individual Position objects.
Struttura pubblica PropertyCollection. . :: . .Enumerator Supports iterating over a PropertyCollection and reading its individual Property objects.
Struttura pubblica TupleCollection. . :: . .Enumerator Supports iterating over a TupleCollection and reading its individual Tuple objects.

Enumerazioni

  Enumerazione Descrizione
Enumerazione pubblica ConnectionExceptionCause Describes the reason for the connection exception.
Enumerazione pubblica CubeType Returned by Type to determine if the CubeDef represents a dimension or a cube.
Enumerazione pubblica DimensionTypeEnum Represents the dimension type of a Dimension.
Enumerazione pubblica HierarchyOrigin Describes the overall structure of a hierarchy.
Enumerazione pubblica LevelTypeEnum Represents the level type of a Level.
Enumerazione pubblica MemberFilterType Represents the type of filtering to apply to the member property when using a MemberFilter.
Enumerazione pubblica MemberTypeEnum Represents the member type of a Member.
Enumerazione pubblica MiningColumnDistribution Describes the distribution of the MiningModelColumn.
Enumerazione pubblica MiningColumnType Describes the type of the underlying data that a MiningModelColumn represents.
Enumerazione pubblica MiningFeatureSelection Describes the type of attribute to return when calling GetAttributes. Alternatively describes a MiningAttribute.
Enumerazione pubblica MiningNodeType Represents the type of the MiningContentNode.
Enumerazione pubblica MiningServiceControl Represents the level of control that the mining service algorithm exposes on the training operation.
Enumerazione pubblica MiningServiceExpectedQuality Describes the relative expected quality of the patterns found by the mining service algorithm.
Enumerazione pubblica MiningServicePredictionComplexity Describes the relative expected complexity of executing a prediction with the mining service algorithm.
Enumerazione pubblica MiningServiceScaling Describes the relative expected scalability of the mining service algorithm.
Enumerazione pubblica MiningServiceTrainingComplexity Describes the relative expected complexity of training the mining service algorithm.
Enumerazione pubblica MiningValueType Represents the type of the value of the MiningDistribution object and the MiningValue object.
Enumerazione pubblica SchemaObjectType Represents the object type of an object retrieved by the GetSchemaObject method of the CubeDef.