DrillThroughAction-Klasse
Defines an action that returns the underlying data to a calculated or aggregated value.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .Action
Microsoft.AnalysisServices..::..DrillThroughAction
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")> _
Public NotInheritable Class DrillThroughAction _
Inherits Action
'Usage
Dim instance As DrillThroughAction
[GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")]
public sealed class DrillThroughAction : Action
[GuidAttribute(L"EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")]
public ref class DrillThroughAction sealed : public Action
[<SealedAttribute>]
[<GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")>]
type DrillThroughAction =
class
inherit Action
end
public final class DrillThroughAction extends Action
Der DrillThroughAction-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
DrillThroughAction() () () () | Initializes a new instance of the DrillThroughAction class using the default values. | |
DrillThroughAction(String, String) | Initializes a new instance of the DrillThroughAction class to the specified name and id. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Geerbt von ModelComponent.) | |
Application | Gets or sets a String that contains the application associated with the Action. (Geerbt von Action.) | |
CanRaiseEvents | (Geerbt von Component.) | |
Caption | Gets or sets the caption that is displayed for the Action. (Geerbt von Action.) | |
CaptionIsMdx | Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. (Geerbt von Action.) | |
Columns | Gets the columns of the underlying data with their binding. | |
Condition | Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. (Geerbt von Action.) | |
Container | (Geerbt von Component.) | |
Default | Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined. | |
Description | (Geerbt von NamedComponent.) | |
DesignMode | (Geerbt von Component.) | |
Events | (Geerbt von Component.) | |
FriendlyName | (Geerbt von NamedComponent.) | |
ID | (Geerbt von NamedComponent.) | |
Invocation | Gets or sets the means by which an action is invoked. (Geerbt von Action.) | |
KeyForCollection | (Geerbt von NamedComponent.) | |
MaximumRows | ||
Name | (Geerbt von NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.) | |
Parent | Gets the Cube object that is the parent of the Action object. (Geerbt von Action.) | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the Action object's Cube object. (Geerbt von Action.) | |
ParentServer | Gets the Server object that is the parent of the Action object. (Geerbt von Action.) | |
Site | (Geerbt von NamedComponent.) | |
SiteID | (Geerbt von NamedComponent.) | |
Target | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Geerbt von Action.) | |
TargetType | Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Geerbt von Action.) | |
Translations | Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. (Geerbt von Action.) | |
Type | Gets or sets a type representing a form of the action. (Geerbt von Action.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AddToContainer | Infrastruktur (Geerbt von ModelComponent.) | |
AfterInsert | Infrastruktur (Geerbt von ModelComponent.) | |
AfterMove | Infrastruktur (Geerbt von ModelComponent.) | |
AfterRemove | Infrastruktur (Geerbt von ModelComponent.) | |
BeforeRemove | Infrastruktur (Geerbt von ModelComponent.) | |
Clone | Returns a full copy of current DrillThroughAction object. (Überschreibt Action. . :: . .Clone() () () ().) | |
CopyTo(Action) | Copies an Action object to the specified object. (Geerbt von Action.) | |
CopyTo(DrillThroughAction) | Copies the current DrillThroughAction to an object, which is passed as a parameter. | |
CopyTo(ModelComponent) | Infrastruktur (Geerbt von ModelComponent.) | |
CopyTo(NamedComponent) | (Geerbt von NamedComponent.) | |
CreateObjRef | (Geerbt von MarshalByRefObject.) | |
Dispose() () () () | (Geerbt von Component.) | |
Dispose(Boolean) | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Component.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | (Geerbt von MarshalByRefObject.) | |
GetService | (Geerbt von Component.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | (Geerbt von MarshalByRefObject.) | |
MemberwiseClone() () () () | (Geerbt von Object.) | |
MemberwiseClone(Boolean) | (Geerbt von MarshalByRefObject.) | |
RemoveFromContainer | Infrastruktur (Geerbt von ModelComponent.) | |
Reset | (Geerbt von NamedComponent.) | |
Submit() () () () | Infrastruktur (Geerbt von ModelComponent.) | |
Submit(Boolean) | Infrastruktur (Geerbt von ModelComponent.) | |
ToString | (Geerbt von NamedComponent.) | |
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) | (Geerbt von Action.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable. . :: . .Clone | (Geerbt von Action.) | |
IFormattable. . :: . .ToString | (Geerbt von NamedComponent.) | |
IHostableComponent. . :: . .Host | (Geerbt von ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Geerbt von ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Geerbt von ModelComponent.) |
Zum Anfang
Hinweise
Neu: 17. Juli 2006
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.