Freigeben über


SqlCeResultSet.IListSource.ContainsListCollection-Eigenschaft

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Private ReadOnly Property ContainsListCollection As Boolean
    Implements IListSource.ContainsListCollection
    Get
'Usage
Dim instance As SqlCeResultSet
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 unterstützt die Verwendung von expliziten Schnittstellenimplementierungen, jedoch nicht die Deklaration neuer expliziter Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.Boolean

Implementiert

IListSource.ContainsListCollection

Siehe auch

Verweis

SqlCeResultSet Klasse

System.Data.SqlServerCe-Namespace