FoldingParameters クラス

フォールド パラメーターとそのコンポーネントを表します。

継承階層

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

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("FBE953D4-D212-49E9-8BCA-026B457914D4")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.FoldingParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class FoldingParameters _
    Inherits Component
'使用
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

FoldingParameters 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド FoldingParameters FoldingParameters クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Container (Component から継承されています。)
パブリック プロパティ FoldCount フォールドの正確な値を取得または設定します。
パブリック プロパティ FoldIndex フォールド インデックスの値を取得または設定します。
パブリック プロパティ FoldMaxCases フォールド ケースの最大数を取得または設定します。
パブリック プロパティ FoldTargetAttribute 指定したフォールド ターゲットを取得または設定します。
パブリック プロパティ Site (Component から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド CreateObjRef セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド Dispose (Component から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド InitializeLifetimeService セキュリティ クリティカル。 (MarshalByRefObject から継承されています。)
パブリック メソッド ToString (Component から継承されています。)

先頭に戻る

イベント

  名前 説明
パブリック イベント Disposed (Component から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.AnalysisServices 名前空間