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


Класс DrillThroughAction

Defines an action that returns the underlying data to a calculated or aggregated value.

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

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Action
            Microsoft.AnalysisServices.DrillThroughAction

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

Синтаксис

'Декларация
<GuidAttribute("EDC3B258-25B0-45a1-80FC-7C8E0ED1E874")> _
Public NotInheritable Class DrillThroughAction _
    Inherits Action
'Применение
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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство 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.)
Открытое свойство 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.)
Открытое свойство 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. (Производный от Action.)
Открытое свойство Container (Производный от Component.)
Открытое свойство Default Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined.
Открытое свойство Description Gets or sets the description of the component. (Производный от NamedComponent.)
Защищенное свойство FriendlyName Returns a user-friendly name. (Производный от NamedComponent.)
Открытое свойство ID Gets or sets the identifier of the component. (Производный от NamedComponent.)
Открытое свойство Invocation Gets or sets the means by which an action is invoked. (Производный от Action.)
Защищенное свойство KeyForCollection Returns the key used in collections. (Производный от NamedComponent.)
Открытое свойство MaximumRows Gets the maximum numbers of rows of the underlying data with their binding.
Открытое свойство Name Gets or sets the name of the component. (Производный от 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 Инфраструктура. Gets or sets the site of the component. (Производный от NamedComponent.)
Открытое свойство SiteID Инфраструктура. Gets or sets the identifier for the site associated with the component. (Производный от 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 Инфраструктура. Adds a ModelComponent object to the specified container. (Производный от ModelComponent.)
Защищенный метод AfterInsert Инфраструктура. Displays a ModelComponent object after added to the specified index. (Производный от ModelComponent.)
Защищенный метод AfterMove Инфраструктура. Displays a ModelComponent object after moving to the specified index. (Производный от ModelComponent.)
Защищенный метод AfterRemove Инфраструктура. Displays a ModelComponentCollection after a ModelComponent object is removed. (Производный от ModelComponent.)
Защищенный метод BeforeRemove Инфраструктура. Removes the ModelComponent object before the cleanup. (Производный от ModelComponent.)
Открытый метод Clone Returns a full copy of current DrillThroughAction object. (Переопределяет Action.Clone().)
Открытый метод CopyTo Copies the current DrillThroughAction to an object, which is passed as a parameter.
Открытый метод CreateObjRef Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод Dispose (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService Важный элемент безопасности. (Производный от MarshalByRefObject.)
Защищенный метод RemoveFromContainer Инфраструктура. Removes a ModelComponent object from the specified container. (Производный от ModelComponent.)
Открытый метод Submit() Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.)
Открытый метод Submit(Boolean) Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.)
Открытый метод ToString Returns a string containing the name of the component. (Производный от 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) Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. (Производный от Action.)

В начало

События

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

В начало

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

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ICloneable.Clone Creates and returns a new object that is a copy of the current instance of the Action object. (Производный от Action.)
Явная реализация интерфейсаЗакрытый метод IFormattable.ToString Formats the value of the current instance using the specified format. (Производный от NamedComponent.)
Явная реализация интерфейсаЗакрытое свойство IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Производный от ModelComponent.)
Явная реализация интерфейсаЗакрытое свойство IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Производный от ModelComponent.)

В начало

Замечания

Добавления:   17 июля 2006 г.

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

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

См. также

Справочник

Пространство имен Microsoft.AnalysisServices