OdbcParameterCollection.Count 속성

정의

OdbcParameterCollection의 요소 수가 포함된 정수를 반환합니다. 읽기 전용입니다.

public:
 virtual property int Count { int get(); };
public:
 property int Count { int get(); };
public override int Count { get; }
[System.ComponentModel.Browsable(false)]
public int Count { get; }
member this.Count : int
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public Overrides ReadOnly Property Count As Integer
Public ReadOnly Property Count As Integer

속성 값

OdbcParameterCollection의 요소 수를 나타내는 정수입니다.

구현

특성

적용 대상

추가 정보