DbParameterCollection.IsFixedSize 속성

정의

컬렉션이 고정 크기인지 여부를 지정합니다.

public:
 virtual property bool IsFixedSize { bool get(); };
public:
 abstract property bool IsFixedSize { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsFixedSize { get; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsFixedSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFixedSize : bool
Public Overridable ReadOnly Property IsFixedSize As Boolean
Public MustOverride ReadOnly Property IsFixedSize As Boolean

속성 값

컬렉션이 고정 크기이면true 이고, 그렇지 않으면 false입니다.

구현

특성

적용 대상

추가 정보