ImpactDetailCollection.IList.IsFixedSize プロパティ
コレクションが固定サイズかどうかを示す値を取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Private ReadOnly Property IsFixedSize As Boolean
Implements IList.IsFixedSize
Get
'使用
Dim instance As ImpactDetailCollection
Dim value As Boolean
value = CType(instance, IList).IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool
private override IsFixedSize : bool
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
プロパティ値
型: System.Boolean
コレクションが固定サイズである場合は true、固定サイズではない場合は false です。