Freigeben über


Measure-Klasse

Defines a fact attribute for which an aggregation is obtained. This class cannot be inherited.

Vererbungshierarchie

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Measure

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")> _
Public NotInheritable Class Measure _
    Inherits NamedComponent _
    Implements ICloneable
'Usage
Dim instance As Measure
[GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public sealed class Measure : NamedComponent, 
    ICloneable
[GuidAttribute(L"0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public ref class Measure sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")>]
type Measure =  
    class 
        inherit NamedComponent 
        interface ICloneable 
    end
public final class Measure extends NamedComponent implements ICloneable

Der Measure-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Measure() Initializes a new instance of Measure using the default values.
Öffentliche Methode Measure(String) Initializes a new instance of Measure using a name.
Öffentliche Methode Measure(String, String) Initializes a new instance of Measure using a name and an identifier.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AggregateFunction Gets or sets the aggregate function applied to current measure.
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft BackColor Gets or sets the BackColor for display of a Measure.
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft DataType Gets or sets the current measure data type.
Öffentliche Eigenschaft Description Gets or sets the description of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft DisplayFolder Gets or sets the DisplayFolder information of the Measure, for use by clients.
Öffentliche Eigenschaft FontFlags Gets or sets the FontFlags information of the Measure, for use by clients.
Öffentliche Eigenschaft FontName Gets or sets the FontName information of the Measure, for use by clients.
Öffentliche Eigenschaft FontSize Gets or sets the FontSize information of the Measure, for use by clients.
Öffentliche Eigenschaft ForeColor Gets or sets the ForeColor information of the Measure, for use by clients.
Öffentliche Eigenschaft FormatString Gets or sets the FormatString information of the Measure, for use by clients.
Geschützte Eigenschaft FriendlyName Returns a user-friendly name. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft ID Gets or sets the identifier of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft IsLinked Gets or sets a value that indicates whether the current measure is linked.
Geschützte Eigenschaft KeyForCollection Returns the key used in collections. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft MeasureExpression Gets or sets the measure expression.
Öffentliche Eigenschaft Name Gets or sets the name of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Gets the MeasureGroup that is the parent of the Measure.
Öffentliche Eigenschaft ParentCube Gets the Cube object that is the parent of the Measure object.
Öffentliche Eigenschaft ParentDatabase Gets the Database object that is the parent of the Measure.
Öffentliche Eigenschaft ParentServer Gets the Server object that is the parent of the Measure.
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft SiteID Infrastruktur Gets or sets the identifier for the site associated with the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Source Gets or sets the data item source for the current measure.
Öffentliche Eigenschaft Translations Gets the TranslationCollection object for the current measure.
Öffentliche Eigenschaft Visible Gets or sets whether the Measure should be visible to the client.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur Removes the ModelComponent object before the cleanup. (Geerbt von ModelComponent.)
Öffentliche Methode Clone Creates a new full copy of an object.
Öffentliche Methode CopyTo Copies a Measure to the specified object.
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.)
Öffentliche Methode Submit() Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode ToString Returns a string containing the name of the component. (Geerbt von NamedComponent.)
Ö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) Determines whether the Measure is valid. (Überschreibt NamedComponent.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 Creates a new copy of this object instance.
Explizite SchnittstellenimplementierungPrivate Methode IFormattable.ToString Formats the value of the current instance using the specified format. (Geerbt von NamedComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace