DataMiningMeasureGroupDimension-Klasse
Represents the relationship between a measure group and a data dimension.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.MeasureGroupDimension
Microsoft.AnalysisServices.DataMiningMeasureGroupDimension
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")> _
Public NotInheritable Class DataMiningMeasureGroupDimension _
Inherits MeasureGroupDimension
'Usage
Dim instance As DataMiningMeasureGroupDimension
[GuidAttribute("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")]
public sealed class DataMiningMeasureGroupDimension : MeasureGroupDimension
[GuidAttribute(L"D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")]
public ref class DataMiningMeasureGroupDimension sealed : public MeasureGroupDimension
[<SealedAttribute>]
[<GuidAttribute("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")>]
type DataMiningMeasureGroupDimension =
class
inherit MeasureGroupDimension
end
public final class DataMiningMeasureGroupDimension extends MeasureGroupDimension
Der DataMiningMeasureGroupDimension-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
DataMiningMeasureGroupDimension() | Initializes a new instance of the DataMiningMeasureGroupDimension class. | |
DataMiningMeasureGroupDimension(String, String) | Initializes a new instance of the DataMiningMeasureGroupDimension class with the specified dimension id. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Geerbt von ModelComponent.) | |
CaseCubeDimension | Gets a cube dimension associated with the data mining. | |
CaseCubeDimensionID | Gets or sets the identifier of the cube dimension that relates the data mining dimension to the measure group. | |
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.) | |
Dimension | Gets the information for a Dimension. (Geerbt von MeasureGroupDimension.) | |
FriendlyName | Infrastruktur Gets or sets the friendly name for the MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.) | |
KeyForCollection | Infrastruktur Returns the key used in collections. (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
Name | Beschreibung | |
---|---|---|
AddToContainer | Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.) | |
AfterInsert | Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.) | |
AfterMove | Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.) | |
AfterRemove | Infrastruktur Removes the MeasureGroupDimension object after the cleanup in the collection. (Geerbt von MeasureGroupDimension.) | |
BeforeRemove | Infrastruktur Removes the MeasureGroupDimension object before the cleanup. (Geerbt von MeasureGroupDimension.) | |
Clone | Returns a clone of the object. (Überschreibt MeasureGroupDimension.Clone().) | |
CopyTo(DataMiningMeasureGroupDimension) | Copies the content of this object to another object. | |
CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. (Geerbt von MeasureGroupDimension.) | |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
Dispose | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
RemoveFromContainer | Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.) | |
Submit() | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) | |
Submit(Boolean) | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) | |
ToString | Represents the MeasureGroupDimension object as a String. (Geerbt von MeasureGroupDimension.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.) | |
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.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Validates the element to which it is appended; returns any errors encountered in a collection. (Überschreibt MeasureGroupDimension.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
Disposed | (Geerbt von Component.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this MeasureGroupDimension object. (Geerbt von MeasureGroupDimension.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.) | |
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.