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 ADOMD.NET 클라이언트 프로그래밍.

클래스

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

구조

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

열거형

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