StandardAction-Klasse
Represents any Action element other than a DrillThroughAction element or a ReportAction element. This class cannot be inherited.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .Action
Microsoft.AnalysisServices..::..StandardAction
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")> _
Public NotInheritable Class StandardAction _
Inherits Action
'Usage
Dim instance As StandardAction
[GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")]
public sealed class StandardAction : Action
[GuidAttribute(L"BE6D7E2F-AE93-4389-95C0-0B9689338C80")]
public ref class StandardAction sealed : public Action
[<SealedAttribute>]
[<GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")>]
type StandardAction =
class
inherit Action
end
public final class StandardAction extends Action
Der StandardAction-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
StandardAction() () () () | Initializes a new instance of the StandardAction class using default values. | |
StandardAction(String, String) | Initializes a new instance of StandardAction by using a name and an identifier. |
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.) | |
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.) | |
Description | (Geerbt von NamedComponent.) | |
DesignMode | (Geerbt von Component.) | |
Events | (Geerbt von Component.) | |
Expression | Gets or sets an MDX Expression associated with a StandardAction object. | |
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.) | |
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 | Creates a new full copy of an object. (Überschreibt Action. . :: . .Clone() () () ().) | |
CopyTo(Action) | Copies an Action object to the specified object. (Geerbt von Action.) | |
CopyTo(ModelComponent) | Infrastruktur (Geerbt von ModelComponent.) | |
CopyTo(NamedComponent) | (Geerbt von NamedComponent.) | |
CopyTo(StandardAction) | Copies a StandardAction object to the specified object. | |
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) | Indicates whether the StandardAction object is valid. (Überschreibt Action. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.