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

实现

属性

适用于

另请参阅