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 中的元素数。

实现

属性

适用于

另请参阅