共用方式為


SfcReferenceCollection<K, T, S>.IListSource.ContainsListCollection 屬性

Gets a value indicating whether this list is an IList collection.

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

語法

'宣告
Private ReadOnly Property ContainsListCollection As Boolean 
    Implements IListSource.ContainsListCollection 
    Get
'用途
Dim instance As SfcReferenceCollection 
Dim value As Boolean 

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

屬性值

型別:System.Boolean
Always false.

實作

IListSource.ContainsListCollection

請參閱

參考

SfcReferenceCollection<K, T, S> 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間