FoldingParameters Class

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.FoldingParameters

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class FoldingParameters _
    Inherits Component
'Usage
Dim instance As FoldingParameters
[GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class FoldingParameters : Component
[GuidAttribute(L"FBE953D4-D212-49E9-8BCA-026B457914D4")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class FoldingParameters sealed : public Component
[<SealedAttribute>]
[<GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")>]
type FoldingParameters =  
    class
        inherit Component
    end
public final class FoldingParameters extends Component

The FoldingParameters type exposes the following members.

Constructors

  Name Description
Public method FoldingParameters

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property FoldCount
Public property FoldIndex
Public property FoldMaxCases
Public property FoldTargetAttribute
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

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.