RegularMeasureGroupDimension-Klasse
Represents a regular relationship between a dimension and a measure group.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .MeasureGroupDimension
Microsoft.AnalysisServices..::..RegularMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .DegenerateMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .ReferenceMeasureGroupDimension
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")> _
Public Class RegularMeasureGroupDimension _
Inherits MeasureGroupDimension
'Usage
Dim instance As RegularMeasureGroupDimension
[GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")]
public class RegularMeasureGroupDimension : MeasureGroupDimension
[GuidAttribute(L"B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")]
public ref class RegularMeasureGroupDimension : public MeasureGroupDimension
[<GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")>]
type RegularMeasureGroupDimension =
class
inherit MeasureGroupDimension
end
public class RegularMeasureGroupDimension extends MeasureGroupDimension
Der RegularMeasureGroupDimension-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
RegularMeasureGroupDimension() () () () | Initializes a new instance of the RegularMeasureGroupDimension class using default values. | |
RegularMeasureGroupDimension(String) | Initializes a new instance of RegularMeasureGroupDimension using a cube dimension identifier. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Geerbt von ModelComponent.) | |
Attributes | Gets the collection of attributes associated with a RegularMeasureGroupDimension object. | |
CanRaiseEvents | (Geerbt von Component.) | |
Cardinality | Gets or sets the cardinality associated with a RegularMeasureGroupDimension object. | |
Container | (Geerbt von Component.) | |
CubeDimension | Gets a cube dimension associated with a MeasureGroupDimension. (Geerbt von MeasureGroupDimension.) | |
CubeDimensionID | Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. (Geerbt von MeasureGroupDimension.) | |
DesignMode | (Geerbt von Component.) | |
Dimension | Gets the information for a Dimension. (Geerbt von MeasureGroupDimension.) | |
Events | (Geerbt von Component.) | |
FriendlyName | Infrastruktur (Geerbt von MeasureGroupDimension.) | |
KeyForCollection | Infrastruktur (Geerbt von MeasureGroupDimension.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.) | |
Parent | Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.) | |
ParentCube | Gets the Cube object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.) | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.) | |
ParentServer | Gets the Server object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.) | |
Site | (Geerbt von Component.) | |
Source | Gets or sets the binding to the source object from which to get data. (Geerbt von MeasureGroupDimension.) |
Zum Anfang
Methoden
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable. . :: . .Clone | (Geerbt von MeasureGroupDimension.) | |
IHostableComponent. . :: . .Host | (Geerbt von ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Geerbt von ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Geerbt von ModelComponent.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.