共用方式為


DataConnectionProperties.Count 屬性

取得現有資料連接屬性的數目。

命名空間:  Microsoft.VisualStudio.Data.Framework
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
[BrowsableAttribute(false)]
public int Count { get; }
[BrowsableAttribute(false)]
public:
virtual property int Count {
    int get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Count : int with get
[<BrowsableAttribute(false)>]
override Count : int with get
final function get Count () : int

屬性值

類型:Int32
現有資料連接屬性的數目。

實作

ICollection.Count

.NET Framework 安全性

請參閱

參考

DataConnectionProperties 類別

Microsoft.VisualStudio.Data.Framework 命名空間