OleDbParameterCollection.Count プロパティ

定義

OleDbParameterCollection の要素数を格納している整数を返します。 読み取り専用です。

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

プロパティ値

OleDbParameterCollection の要素数 (整数)。

実装

属性

適用対象

こちらもご覧ください