次の方法で共有


ModelComponentCollection.IsFixedSize プロパティ

ModelComponentCollection が固定サイズかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'使用
Dim instance As ModelComponentCollection 
Dim value As Boolean 

value = instance.IsFixedSize
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
    bool get () sealed;
}
abstract IsFixedSize : bool 
override IsFixedSize : bool
final function get IsFixedSize () : boolean

プロパティ値

型: System.Boolean
モデル コンポーネント コレクションが固定サイズである場合は true、固定サイズではない場合は false です。

実装

IList.IsFixedSize

関連項目

参照

ModelComponentCollection クラス

Microsoft.AnalysisServices 名前空間