MdxScriptCollection クラス
MdxScript オブジェクトのコレクションが含まれます。このクラスは継承できません。
継承階層
System. . :: . .Object
Microsoft.AnalysisServices. . :: . .ModelComponentCollection
Microsoft.AnalysisServices. . :: . .NamedComponentCollection
Microsoft.AnalysisServices. . :: . .MajorObjectCollection
Microsoft.AnalysisServices..::..MdxScriptCollection
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685")> _
Public NotInheritable Class MdxScriptCollection _
Inherits MajorObjectCollection
'使用
Dim instance As MdxScriptCollection
[GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685")]
public sealed class MdxScriptCollection : MajorObjectCollection
[GuidAttribute(L"EE8DAD06-3F96-4354-AF80-FDBEB3162685")]
public ref class MdxScriptCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685")>]
type MdxScriptCollection =
class
inherit MajorObjectCollection
end
public final class MdxScriptCollection extends MajorObjectCollection
MdxScriptCollection 型は、以下のメンバーを公開しています。
プロパティ
先頭に戻る
メソッド
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
CollectionChanged | インフラストラクチャです。 (ModelComponentCollection から継承されています。) | |
CollectionChanging | インフラストラクチャです。 (ModelComponentCollection から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IList. . :: . .Add | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Clear | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Contains | (ModelComponentCollection から継承されています。) | |
IList. . :: . .IndexOf | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Insert | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Item | (ModelComponentCollection から継承されています。) | |
IList. . :: . .Remove | (ModelComponentCollection から継承されています。) | |
IList. . :: . .RemoveAt | (ModelComponentCollection から継承されています。) | |
IModelComponentCollection. . :: . .Contains | (ModelComponentCollection から継承されています。) | |
IModelComponentCollection. . :: . .Remove(IModelComponent) | (ModelComponentCollection から継承されています。) | |
IModelComponentCollection. . :: . .Remove(IModelComponent, Boolean) | (ModelComponentCollection から継承されています。) | |
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad | (ModelComponentCollection から継承されています。) | |
IOnDemandLoadableCollection. . :: . .Loaded | (ModelComponentCollection から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。