次の方法で共有


AdomdRestrictionCollection.IsFixedSize プロパティ

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

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

構文

'宣言
Public ReadOnly Property IsFixedSize As Boolean 
    Get
'使用
Dim instance As AdomdRestrictionCollection 
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
AdomdRestrictionCollection が固定サイズである場合は true、固定サイズではない場合は false です。既定値は false です。

実装

IList.IsFixedSize

関連項目

参照

AdomdRestrictionCollection クラス

Microsoft.AnalysisServices.AdomdClient 名前空間