MdxScriptCollection Class
Contains a collection of MdxScript objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685")> _
Public NotInheritable Class MdxScriptCollection _
Inherits MajorObjectCollection
'Usage
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
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.NamedComponentCollection
Microsoft.AnalysisServices.MajorObjectCollection
Microsoft.AnalysisServices.MdxScriptCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.