DataConnectionCollection.Count 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取集合中对象数的 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 浏览器内打开的表单中运行的代码访问此类型或成员。