DataConnectionCollection.Count 属性

定义

获取集合中对象数的 DataConnection 计数。

public:
 abstract property int Count { int get(); };
public abstract int Count { get; }
member this.Count : int
Public MustOverride ReadOnly Property Count As Integer

属性值

集合中对象数的 DataConnection 计数。

示例

在以下示例中,对象数 DataConnection 的计数显示在消息框中。

MessageBox.Show("Count: " + this.DataConnections.Count.ToString()); MessageBox.Show("Count: " & Me.DataConnections.Count.ToString())

注解

可以无限制访问此成员。

可以通过 Microsoft InfoPath Filler 或 Web 浏览器内打开的表单中运行的代码访问此类型或成员。

适用于