共用方式為


ISfcCollection.Count 屬性

Gets the number of items contained in the collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Private ReadOnly Property Count As Integer
    Implements ISfcCollection.Count
    Get
'用途
Dim instance As SfcCollection
Dim value As Integer

value = CType(instance, ISfcCollection).Count
int ISfcCollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = ISfcCollection::Count::get;
}
private abstract Count : int
private override Count : int
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System. . :: . .Int32
Gets the number of items contained in the collection.

實作

ISfcCollection. . :: . .Count