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
<DefaultMemberAttribute("Item")> _
<GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685")> _
Public NotInheritable Class MdxScriptCollection
    Inherits MajorObjectCollection
[DefaultMemberAttribute("Item")] 
[GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685")] 
public sealed class MdxScriptCollection : MajorObjectCollection
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"EE8DAD06-3F96-4354-AF80-FDBEB3162685")] 
public ref class MdxScriptCollection sealed : public MajorObjectCollection
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685") */ 
public final class MdxScriptCollection extends MajorObjectCollection
DefaultMemberAttribute("Item") 
GuidAttribute("EE8DAD06-3F96-4354-AF80-FDBEB3162685") 
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 Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MdxScriptCollection Members
Microsoft.AnalysisServices Namespace