Поделиться через


Класс StandardAction

Represents any Action element other than a DrillThroughAction element or a ReportAction element. This class cannot be inherited.

Иерархия наследования

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices. . :: . .Action
            Microsoft.AnalysisServices..::..StandardAction

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("BE6D7E2F-AE93-4389-95C0-0B9689338C80")> _
Public NotInheritable Class StandardAction _
    Inherits Action
'Применение
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

Тип StandardAction обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство Annotations Gets a collection within which you can store custom data. (Производный от ModelComponent.)
Открытое свойство Application Gets or sets a String that contains the application associated with the Action. (Производный от Action.)
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Caption Gets or sets the caption that is displayed for the Action. (Производный от Action.)
Открытое свойство CaptionIsMdx Gets or sets a value indicating whether the caption is a Multidimensional Expressions (MDX) expression. (Производный от Action.)
Открытое свойство Condition Gets or sets a Multidimensional Expressions (MDX) expression that determines whether the Parent property applies to the target. (Производный от Action.)
Открытое свойство Container (Производный от Component.)
Открытое свойство Description (Производный от NamedComponent.)
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от Component.)
Открытое свойство Expression Gets or sets an MDX Expression associated with a StandardAction object.
Защищенное свойство FriendlyName (Производный от NamedComponent.)
Открытое свойство ID (Производный от NamedComponent.)
Открытое свойство Invocation Gets or sets the means by which an action is invoked. (Производный от Action.)
Защищенное свойство KeyForCollection (Производный от NamedComponent.)
Открытое свойство Name (Производный от NamedComponent.)
Открытое свойство OwningCollection Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.)
Открытое свойство Parent Gets the Cube object that is the parent of the Action object. (Производный от Action.)
Открытое свойство ParentDatabase Gets the ParentDatabase object that is the parent of the Action object's Cube object. (Производный от Action.)
Открытое свойство ParentServer Gets the Server object that is the parent of the Action object. (Производный от Action.)
Открытое свойство Site (Производный от NamedComponent.)
Открытое свойство SiteID (Производный от NamedComponent.)
Открытое свойство Target Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Производный от Action.)
Открытое свойство TargetType Gets or sets the cube, dimension, attribute, hierarchy, or level that is associated with the action. (Производный от Action.)
Открытое свойство Translations Gets the translation of the caption, which may be a Multidimensional Expressions (MDX) expression. (Производный от Action.)
Открытое свойство Type Gets or sets a type representing a form of the action. (Производный от Action.)

В начало

Методы

  Имя Описание
Защищенный метод AddToContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterInsert Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterMove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод AfterRemove Инфраструктура. (Производный от ModelComponent.)
Защищенный метод BeforeRemove Инфраструктура. (Производный от ModelComponent.)
Открытый метод Clone Creates a new full copy of an object. (Переопределяет Action. . :: . .Clone() () () ().)
Защищенный метод CopyTo(Action) Copies an Action object to the specified object. (Производный от Action.)
Защищенный метод CopyTo(ModelComponent) Инфраструктура. (Производный от ModelComponent.)
Защищенный метод CopyTo(NamedComponent) (Производный от NamedComponent.)
Открытый метод CopyTo(StandardAction) Copies a StandardAction object to the specified object.
Открытый метод CreateObjRef (Производный от MarshalByRefObject.)
Открытый метод Dispose() () () () (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Защищенный метод RemoveFromContainer Инфраструктура. (Производный от ModelComponent.)
Защищенный метод Reset (Производный от NamedComponent.)
Открытый метод Submit() () () () Инфраструктура. (Производный от ModelComponent.)
Открытый метод Submit(Boolean) Инфраструктура. (Производный от ModelComponent.)
Открытый метод ToString (Производный от NamedComponent.)
Открытый метод Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от 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. (Производный от ModelComponent.)
Открытый метод Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the StandardAction object is valid. (Переопределяет Action. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable. . :: . .Clone (Производный от Action.)
Явная реализация интерфейсаЗакрытый метод IFormattable. . :: . .ToString (Производный от NamedComponent.)
Явная реализация интерфейсаЗакрытое свойство IHostableComponent. . :: . .Host (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .FriendlyPath (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent. . :: . .OwningCollection (Производный от ModelComponent.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник