OracleParameterCollection.IsFixedSize 속성

정의

OracleParameterCollection 고정 크기인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsFixedSize { bool get(); };
public:
 virtual property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
public override bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean
Public Overrides ReadOnly Property IsFixedSize As Boolean

속성 값

고정 크기가 OracleParameterCollection 있으면 반환하고, false 그렇지 않으면 반환 true 합니다.

구현

적용 대상