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 | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
Application | Action に関連付けられているアプリケーションを表す String を取得します。値の設定も可能です。 (Action から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Caption | Action について表示されるキャプションを取得します。値の設定も可能です。 (Action から継承されています。) | |
CaptionIsMdx | キャプションが多次元式 (MDX) かどうかを示す値を取得します。値の設定も可能です。 (Action から継承されています。) | |
Condition | Parent プロパティが対象に適用されるかどうかを決定する多次元式 (MDX) を取得します。値の設定も可能です。 (Action から継承されています。) | |
Container | (Component から継承されています。) | |
Description | (NamedComponent から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
FriendlyName | (NamedComponent から継承されています。) | |
ID | (NamedComponent から継承されています。) | |
Invocation | アクションの呼び出し方法を取得します。値の設定も可能です。 (Action から継承されています。) | |
KeyForCollection | (NamedComponent から継承されています。) | |
Name | (NamedComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | Action オブジェクトの親である Cube オブジェクトを取得します。 (Action から継承されています。) | |
ParentDatabase | Action オブジェクトの Cube オブジェクトの親である ParentDatabase オブジェクトを取得します。 (Action から継承されています。) | |
ParentServer | Action オブジェクトの親である Server オブジェクトを取得します。 (Action から継承されています。) | |
Path | ||
ReportFormatParameters | ||
ReportParameters | ||
ReportServer | ||
Site | (NamedComponent から継承されています。) | |
SiteID | (NamedComponent から継承されています。) | |
Target | アクションに関連付けられているキューブ、ディメンション、属性、階層、またはレベルを取得します。値の設定も可能です。 (Action から継承されています。) | |
TargetType | アクションに関連付けられているキューブ、ディメンション、属性、階層、またはレベルを取得します。値の設定も可能です。 (Action から継承されています。) | |
Translations | キャプションの変換を取得します。変換は多次元式 (MDX) である場合もあります。 (Action から継承されています。) | |
Type | アクションの形式を表す種類を取得します。値の設定も可能です。 (Action から継承されています。) |
先頭に戻る
メソッド
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICloneable. . :: . .Clone | (Action から継承されています。) | |
IFormattable. . :: . .ToString | (NamedComponent から継承されています。) | |
IHostableComponent. . :: . .Host | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .FriendlyPath | (ModelComponent から継承されています。) | |
IModelComponent. . :: . .OwningCollection | (ModelComponent から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。