Класс ReportAction
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .Action
Microsoft.AnalysisServices..::..ReportAction
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")> _
Public NotInheritable Class ReportAction _
Inherits Action
'Применение
Dim instance As ReportAction
[GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")]
public sealed class ReportAction : Action
[GuidAttribute(L"3EE90591-A750-42df-92FE-4A3C4E3B011A")]
public ref class ReportAction sealed : public Action
[<SealedAttribute>]
[<GuidAttribute("3EE90591-A750-42df-92FE-4A3C4E3B011A")>]
type ReportAction =
class
inherit Action
end
public final class ReportAction extends Action
Тип ReportAction обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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.) | |
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.) | |
Path | ||
ReportFormatParameters | ||
ReportParameters | ||
ReportServer | ||
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 | (Переопределяет Action. . :: . .Clone() () () ().) | |
CopyTo(Action) | Copies an Action object to the specified object. (Производный от Action.) | |
CopyTo(ModelComponent) | Инфраструктура. (Производный от ModelComponent.) | |
CopyTo(NamedComponent) | (Производный от NamedComponent.) | |
CopyTo(ReportAction) | ||
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) | (Производный от Action.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable. . :: . .Clone | (Производный от Action.) | |
IFormattable. . :: . .ToString | (Производный от NamedComponent.) | |
IHostableComponent. . :: . .Host | (Производный от ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Производный от ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Производный от ModelComponent.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.