Freigeben über


RegularMeasureGroupDimension-Klasse

Represents a regular relationship between a dimension and a measure group.

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
Öffentliche Methode RegularMeasureGroupDimension() () () () Initializes a new instance of the RegularMeasureGroupDimension class using default values.
Öffentliche Methode RegularMeasureGroupDimension(String) Initializes a new instance of RegularMeasureGroupDimension using a cube dimension identifier.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Attributes Gets the collection of attributes associated with a RegularMeasureGroupDimension object.
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Cardinality Gets or sets the cardinality associated with a RegularMeasureGroupDimension object.
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft CubeDimension Gets a cube dimension associated with a MeasureGroupDimension. (Geerbt von MeasureGroupDimension.)
Öffentliche Eigenschaft CubeDimensionID Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. (Geerbt von MeasureGroupDimension.)
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Öffentliche Eigenschaft Dimension Gets the information for a Dimension. (Geerbt von MeasureGroupDimension.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Geschützte Eigenschaft FriendlyName Infrastruktur (Geerbt von MeasureGroupDimension.)
Geschützte Eigenschaft KeyForCollection Infrastruktur (Geerbt von MeasureGroupDimension.)
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.)
Öffentliche Eigenschaft ParentCube Gets the Cube object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.)
Öffentliche Eigenschaft ParentDatabase Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.)
Öffentliche Eigenschaft ParentServer Gets the Server object that is the parent of the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.)
Öffentliche Eigenschaft Site (Geerbt von Component.)
Öffentliche Eigenschaft Source Gets or sets the binding to the source object from which to get data. (Geerbt von MeasureGroupDimension.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur (Geerbt von MeasureGroupDimension.)
Geschützte Methode BeforeRemove Infrastruktur (Geerbt von MeasureGroupDimension.)
Öffentliche Methode Clone Creates a new full copy of an object. (Überschreibt MeasureGroupDimension. . :: . .Clone() () () ().)
Öffentliche Methode CopyTo(MeasureGroupDimension) Copies an MeasureGroupDimension object to the specified object. (Geerbt von MeasureGroupDimension.)
Geschützte Methode CopyTo(ModelComponent) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode CopyTo(RegularMeasureGroupDimension) Copies a RegularMeasureGroupDimension object to the specified object.
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() () () () (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() () () () (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur (Geerbt von ModelComponent.)
Geschützte Methode Reset Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Submit() () () () Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur (Geerbt von ModelComponent.)
Öffentliche Methode ToString Represents the MeasureGroupDimension object as a String. (Geerbt von MeasureGroupDimension.)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Geerbt von ModelComponent.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) (Überschreibt MeasureGroupDimension. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable. . :: . .Clone (Geerbt von MeasureGroupDimension.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent. . :: . .Host (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent. . :: . .FriendlyPath (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft 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.