DrillThroughAction クラス
計算値または集計値の基になるデータを返すアクションを定義します。
継承階層
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() () () () | DrillThroughAction クラスの新しいインスタンスを既定値で初期化します。 | |
DrillThroughAction(String, String) | DrillThroughAction クラスの新しいインスタンスを、指定した name および id に初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Annotations | カスタム データを格納できるコレクションを取得します。 (ModelComponent から継承されています。) | |
Application | Action に関連付けられているアプリケーションを表す String を取得します。値の設定も可能です。 (Action から継承されています。) | |
CanRaiseEvents | (Component から継承されています。) | |
Caption | Action について表示されるキャプションを取得します。値の設定も可能です。 (Action から継承されています。) | |
CaptionIsMdx | キャプションが多次元式 (MDX) かどうかを示す値を取得します。値の設定も可能です。 (Action から継承されています。) | |
Columns | 基になるデータの列とそのバインドを取得します。 | |
Condition | Parent プロパティが対象に適用されるかどうかを決定する多次元式 (MDX) を取得します。値の設定も可能です。 (Action から継承されています。) | |
Container | (Component から継承されています。) | |
Default | 複数のドリルスルー アクションが定義されている場合に、現在の DrillThroughAction を既定のアクションとして取得します。値の設定も可能です。 | |
Description | (NamedComponent から継承されています。) | |
DesignMode | (Component から継承されています。) | |
Events | (Component から継承されています。) | |
FriendlyName | (NamedComponent から継承されています。) | |
ID | (NamedComponent から継承されています。) | |
Invocation | アクションの呼び出し方法を取得します。値の設定も可能です。 (Action から継承されています。) | |
KeyForCollection | (NamedComponent から継承されています。) | |
MaximumRows | ||
Name | (NamedComponent から継承されています。) | |
OwningCollection | ModelComponent を格納するコレクションを取得します。値の設定も可能です。 (ModelComponent から継承されています。) | |
Parent | Action オブジェクトの親である Cube オブジェクトを取得します。 (Action から継承されています。) | |
ParentDatabase | Action オブジェクトの Cube オブジェクトの親である ParentDatabase オブジェクトを取得します。 (Action から継承されています。) | |
ParentServer | Action オブジェクトの親である Server オブジェクトを取得します。 (Action から継承されています。) | |
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 から継承されています。) |
先頭に戻る
説明
新規 : 2006 年 7 月 17 日
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。